#67479C

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

Shades of Royal Purple #67479C

Tints of Royal Purple #67479C

Color information

#67479C (or 0x67479C) is unknown color: approx Royal Purple. HEX triplet: 67, 47 and 9C. RGB value is (103,71,156). Sum of RGB (Red+Green+Blue) = 103+71+156=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #67479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67479C is #98B863. Grayscale: #595959. Windows color (decimal): -10008676 or 10241895. OLE color: 10241895.

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

Color convert

RGB10371156-
CMYK0.340.5400.39
HSL262.59º37.44%44.51%-
HSV(B)262.59º54.49%61.18%-
XYZ13.859.7932.61-
YUV90.26165.1137.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=31.21%
G=21.52%
B=47.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103711560.340.5400.39262.5937.4444.51
Hex67479C2236027107252d
Octal14710723442660474074555
Binary11001111000111100111001000101101100100111100000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,71,156); }

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

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

 a { background-color: rgb(103,71,156); }

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

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

 span { border-color: rgb(103,71,156); }

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