#6B0264

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

Shades of Purple #6B0264

Tints of Purple #6B0264

Color information

#6B0264 (or 0x6B0264) is unknown color: approx Purple. HEX triplet: 6B, 02 and 64. RGB value is (107,2,100). Sum of RGB (Red+Green+Blue) = 107+2+100=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0264 is #94FD9B. Grayscale: #2C2C2C. Windows color (decimal): -9764252 or 6554219. OLE color: 6554219.

HSL color Cylindrical-coordinate representation of color #6B0264: hue angle of 304º 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 #6B0264 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1072100-
CMYK00.980.070.58
HSL304º96.33%21.37%-
HSV(B)304º98.13%41.96%-
XYZ8.394.0912.4-
YUV44.57159.29172.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=51.20%
G=0.96%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107210000.980.070.5830496.3321.37
Hex6B26406273A1306015
Octal1532144014277246014025
Binary110101110110010001100010111111010100110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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