#63379C

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

Shades of Royal Purple #63379C

Tints of Royal Purple #63379C

Color information

#63379C (or 0x63379C) is unknown color: approx Royal Purple. HEX triplet: 63, 37 and 9C. RGB value is (99,55,156). Sum of RGB (Red+Green+Blue) = 99+55+156=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #63379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63379C is #9CC863. Grayscale: #4F4F4F. Windows color (decimal): -10274916 or 10237795. OLE color: 10237795.

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

Color convert

RGB9955156-
CMYK0.370.6500.39
HSL266.14º47.87%41.37%-
HSV(B)266.14º64.74%61.18%-
XYZ12.517.7932.3-
YUV79.67171.08141.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=31.94%
G=17.74%
B=50.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99551560.370.6500.39266.1447.8741.37
Hex63379C254102710a3029
Octal14367234451010474126051
Binary11000111101111001110010010110000010100111100001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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