#67469E

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

Shades of Royal Purple #67469E

Tints of Royal Purple #67469E

Color information

#67469E (or 0x67469E) is unknown color: approx Royal Purple. HEX triplet: 67, 46 and 9E. RGB value is (103,70,158). Sum of RGB (Red+Green+Blue) = 103+70+158=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #67469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67469E is #98B961. Grayscale: #595959. Windows color (decimal): -10008930 or 10372711. OLE color: 10372711.

HSL color Cylindrical-coordinate representation of color #67469E: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67469E is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10370158-
CMYK0.350.5600.38
HSL262.5º38.6%44.71%-
HSV(B)262.5º55.7%61.96%-
XYZ13.969.7333.49-
YUV89.9166.43137.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=31.12%
G=21.15%
B=47.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103701580.350.5600.38262.538.644.71
Hex67469E2338026106272d
Octal14710623643700464064755
Binary11001111000110100111101000111110000100110100000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67469E; }

 p { color: rgb(103,70,158); }

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

<style>
 a { background-color: #67469E; }

 a { background-color: rgb(103,70,158); }

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

<style>
 span { border-color: #67469E; }

 span { border-color: rgb(103,70,158); }

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