#6C0F93

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

Shades of Purple #6C0F93

Tints of Purple #6C0F93

Color information

#6C0F93 (or 0x6C0F93) is unknown color: approx Purple. HEX triplet: 6C, 0F and 93. RGB value is (108,15,147). Sum of RGB (Red+Green+Blue) = 108+15+147=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F93 is #93F06C. Grayscale: #393939. Windows color (decimal): -9695341 or 9637740. OLE color: 9637740.

HSL color Cylindrical-coordinate representation of color #6C0F93: hue angle of 282.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F93 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10815147-
CMYK0.270.9000.42
HSL282.27º81.48%31.76%-
HSV(B)282.27º89.8%57.65%-
XYZ11.625.6428.08-
YUV57.86178.31163.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=40%
G=5.56%
B=54.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108151470.270.9000.42282.2781.4831.76
Hex6CF931B5A02A11a5120
Octal154172233313205243212140
Binary110110011111001001111011101101001010101000110101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,147); }

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

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

 a { background-color: rgb(108,15,147); }

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

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

 span { border-color: rgb(108,15,147); }

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