#6C4792

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

Shades of Royal Purple #6C4792

Tints of Royal Purple #6C4792

Color information

#6C4792 (or 0x6C4792) is unknown color: approx Royal Purple. HEX triplet: 6C, 47 and 92. RGB value is (108,71,146). Sum of RGB (Red+Green+Blue) = 108+71+146=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C4792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4792 is #93B86D. Grayscale: #5A5A5A. Windows color (decimal): -9681006 or 9586540. OLE color: 9586540.

HSL color Cylindrical-coordinate representation of color #6C4792: hue angle of 269.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C4792 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10871146-
CMYK0.260.5100.43
HSL269.6º34.56%42.55%-
HSV(B)269.6º51.37%57.25%-
XYZ13.639.7728.36-
YUV90.61159.26140.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.23%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=33.23%
G=21.85%
B=44.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108711460.260.5100.43269.634.5642.55
Hex6C47921A3302B10e232b
Octal15410722232630534164353
Binary1101100100011110010010110101100110101011100001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C4792; }

 p { color: rgb(108,71,146); }

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

<style>
 a { background-color: #6C4792; }

 a { background-color: rgb(108,71,146); }

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

<style>
 span { border-color: #6C4792; }

 span { border-color: rgb(108,71,146); }

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