#630354

Color #630354 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #630354

Tints of Tyrian Purple #630354

Color information

#630354 (or 0x630354) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 54. RGB value is (99,3,84). Sum of RGB (Red+Green+Blue) = 99+3+84=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630354 is #9CFCAB. Grayscale: #282828. Windows color (decimal): -10288300 or 5505891. OLE color: 5505891.

HSL color Cylindrical-coordinate representation of color #630354: hue angle of 309.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630354 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB99384-
CMYK00.970.150.61
HSL309.38º94.12%20%-
HSV(B)309.38º96.97%38.82%-
XYZ6.783.368.68-
YUV40.94152.3169.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=53.23%
G=1.61%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9938400.970.150.61309.3894.1220
Hex63354061F3D1355e14
Octal14331240141177546513624
Binary1100011111010100011000011111111101100110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630354; }

 p { color: rgb(99,3,84); }

 H1.HeaderClassName
 {
   color: #630354;
 }
 .AnyTagClassName
 {
   color: #630354;
 }
</style>
background-color css

<style>
 a { background-color: #630354; }

 a { background-color: rgb(99,3,84); }

 div.DivClassName
 {
   background-color: #630354;
 }
 .BgClassName
 {
   background-color: #630354;
 }
</style>
border-color css

<style>
 span { border-color: #630354; }

 span { border-color: rgb(99,3,84); }

 td.TdClassName
 {
   border-color: #630354;
 }
 .TagClassName
 {
   border-color: #630354;
 }
</style>