#67479D

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

Shades of Royal Purple #67479D

Tints of Royal Purple #67479D

Color information

#67479D (or 0x67479D) is unknown color: approx Royal Purple. HEX triplet: 67, 47 and 9D. RGB value is (103,71,157). Sum of RGB (Red+Green+Blue) = 103+71+157=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #67479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67479D is #98B862. Grayscale: #5A5A5A. Windows color (decimal): -10008675 or 10307431. OLE color: 10307431.

HSL color Cylindrical-coordinate representation of color #67479D: hue angle of 262.33º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67479D is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10371157-
CMYK0.340.5500.38
HSL262.33º37.72%44.71%-
HSV(B)262.33º54.78%61.57%-
XYZ13.939.8233.06-
YUV90.37165.6137.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=31.12%
G=21.45%
B=47.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103711570.340.5500.38262.3337.7244.71
Hex67479D2237026106262d
Octal14710723542670464064655
Binary11001111000111100111011000101101110100110100000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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