#67469C

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

Shades of Royal Purple #67469C

Tints of Royal Purple #67469C

Color information

#67469C (or 0x67469C) is unknown color: approx Royal Purple. HEX triplet: 67, 46 and 9C. RGB value is (103,70,156). Sum of RGB (Red+Green+Blue) = 103+70+156=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #67469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67469C is #98B963. Grayscale: #595959. Windows color (decimal): -10008932 or 10241639. OLE color: 10241639.

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

Color convert

RGB10370156-
CMYK0.340.5500.39
HSL263.02º38.05%44.31%-
HSV(B)263.02º55.13%61.18%-
XYZ13.789.6632.59-
YUV89.67165.43137.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=31.31%
G=21.28%
B=47.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103701560.340.5500.39263.0238.0544.31
Hex67469C2237027107262c
Octal14710623442670474074654
Binary11001111000110100111001000101101110100111100000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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