#6B0266

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

Shades of Purple #6B0266

Tints of Purple #6B0266

Color information

#6B0266 (or 0x6B0266) is unknown color: approx Purple. HEX triplet: 6B, 02 and 66. RGB value is (107,2,102). Sum of RGB (Red+Green+Blue) = 107+2+102=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0266 is #94FD99. Grayscale: #2C2C2C. Windows color (decimal): -9764250 or 6685291. OLE color: 6685291.

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

Color convert

RGB1072102-
CMYK00.980.050.58
HSL302.86º96.33%21.37%-
HSV(B)302.86º98.13%41.96%-
XYZ8.484.1312.92-
YUV44.8160.29172.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=50.71%
G=0.95%
B=48.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107210200.980.050.58302.8696.3321.37
Hex6B26606253A12f6015
Octal1532146014257245714025
Binary110101110110011001100010101111010100101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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