#6C076B

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

Shades of Purple #6C076B

Tints of Purple #6C076B

Color information

#6C076B (or 0x6C076B) is unknown color: approx Purple. HEX triplet: 6C, 07 and 6B. RGB value is (108,7,107). Sum of RGB (Red+Green+Blue) = 108+7+107=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C076B is #93F894. Grayscale: #303030. Windows color (decimal): -9697429 or 7014252. OLE color: 7014252.

HSL color Cylindrical-coordinate representation of color #6C076B: hue angle of 300.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C076B is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB1087107-
CMYK00.940.010.58
HSL300.59º87.83%22.55%-
HSV(B)300.59º93.52%42.35%-
XYZ8.914.414.29-
YUV48.6160.96170.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=48.65%
G=3.15%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108710700.940.010.58300.5987.8322.55
Hex6C76B05E13A12d5817
Octal1547153013617245513027
Binary11011001111101011010111101111010100101101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,107); }

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

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

 a { background-color: rgb(108,7,107); }

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

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

 span { border-color: rgb(108,7,107); }

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