#6C0B70

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

Shades of Purple #6C0B70

Tints of Purple #6C0B70

Color information

#6C0B70 (or 0x6C0B70) is unknown color: approx Purple. HEX triplet: 6C, 0B and 70. RGB value is (108,11,112). Sum of RGB (Red+Green+Blue) = 108+11+112=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B70 is #93F48F. Grayscale: #333333. Windows color (decimal): -9696400 or 7342956. OLE color: 7342956.

HSL color Cylindrical-coordinate representation of color #6C0B70: hue angle of 297.62º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B70 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10811112-
CMYK0.040.9000.56
HSL297.62º82.11%24.12%-
HSV(B)297.62º90.18%43.92%-
XYZ9.234.615.73-
YUV51.52162.14168.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=46.75%
G=4.76%
B=48.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108111120.040.9000.56297.6282.1124.12
Hex6CB7045A03812a5218
Octal15413160413207045212230
Binary11011001011111000010010110100111000100101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,112); }

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

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

 a { background-color: rgb(108,11,112); }

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

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

 span { border-color: rgb(108,11,112); }

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