#63409C

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

Shades of Royal Purple #63409C

Tints of Royal Purple #63409C

Color information

#63409C (or 0x63409C) is unknown color: approx Royal Purple. HEX triplet: 63, 40 and 9C. RGB value is (99,64,156). Sum of RGB (Red+Green+Blue) = 99+64+156=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #63409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63409C is #9CBF63. Grayscale: #545454. Windows color (decimal): -10272612 or 10240099. OLE color: 10240099.

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

Color convert

RGB9964156-
CMYK0.370.5900.39
HSL262.83º41.82%43.14%-
HSV(B)262.83º58.97%61.18%-
XYZ12.988.7232.45-
YUV84.95168.1138.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=31.03%
G=20.06%
B=48.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99641560.370.5900.39262.8341.8243.14
Hex63409C253B0271072a2b
Octal14310023445730474075253
Binary11000111000000100111001001011110110100111100000111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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