#6C0492

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

Shades of Purple #6C0492

Tints of Purple #6C0492

Color information

#6C0492 (or 0x6C0492) is unknown color: approx Purple. HEX triplet: 6C, 04 and 92. RGB value is (108,4,146). Sum of RGB (Red+Green+Blue) = 108+4+146=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0492 is #93FB6D. Grayscale: #323232. Windows color (decimal): -9698158 or 9569388. OLE color: 9569388.

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

Color convert

RGB1084146-
CMYK0.260.9700.43
HSL283.94º94.67%29.41%-
HSV(B)283.94º97.26%57.25%-
XYZ11.425.3527.63-
YUV51.28181.46168.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.86%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=41.86%
G=1.55%
B=56.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10841460.260.9700.43283.9494.6729.41
Hex6C4921A6102B11c5f1d
Octal15442223214105343413735
Binary1101100100100100101101011000010101011100011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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