#6C0266

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

Shades of Purple #6C0266

Tints of Purple #6C0266

Color information

#6C0266 (or 0x6C0266) is unknown color: approx Purple. HEX triplet: 6C, 02 and 66. RGB value is (108,2,102). Sum of RGB (Red+Green+Blue) = 108+2+102=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0266 is #93FD99. Grayscale: #2C2C2C. Windows color (decimal): -9698714 or 6685292. OLE color: 6685292.

HSL color Cylindrical-coordinate representation of color #6C0266: hue angle of 303.4º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0266 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1082102-
CMYK00.980.060.58
HSL303.4º96.36%21.57%-
HSV(B)303.4º98.15%42.35%-
XYZ8.64.1912.93-
YUV45.09160.12172.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=50.94%
G=0.94%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108210200.980.060.58303.496.3621.57
Hex6C26606263A12f6016
Octal1542146014267245714026
Binary110110010110011001100010110111010100101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,102); }

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

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

 a { background-color: rgb(108,2,102); }

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

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

 span { border-color: rgb(108,2,102); }

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