#63359C

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

Shades of Royal Purple #63359C

Tints of Royal Purple #63359C

Color information

#63359C (or 0x63359C) is unknown color: approx Royal Purple. HEX triplet: 63, 35 and 9C. RGB value is (99,53,156). Sum of RGB (Red+Green+Blue) = 99+53+156=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #63359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63359C is #9CCA63. Grayscale: #4E4E4E. Windows color (decimal): -10275428 or 10237283. OLE color: 10237283.

HSL color Cylindrical-coordinate representation of color #63359C: hue angle of 266.8º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63359C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9953156-
CMYK0.370.6600.39
HSL266.8º49.28%40.98%-
HSV(B)266.8º66.03%61.18%-
XYZ12.427.632.26-
YUV78.5171.74142.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=32.14%
G=17.21%
B=50.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99531560.370.6600.39266.849.2840.98
Hex63359C254202710b3129
Octal14365234451020474136151
Binary11000111101011001110010010110000100100111100001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63359C; }

 p { color: rgb(99,53,156); }

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

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

 a { background-color: rgb(99,53,156); }

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

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

 span { border-color: rgb(99,53,156); }

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