#6B0566

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

Shades of Purple #6B0566

Tints of Purple #6B0566

Color information

#6B0566 (or 0x6B0566) is unknown color: approx Purple. HEX triplet: 6B, 05 and 66. RGB value is (107,5,102). Sum of RGB (Red+Green+Blue) = 107+5+102=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0566 is #94FA99. Grayscale: #2E2E2E. Windows color (decimal): -9763482 or 6686059. OLE color: 6686059.

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

Color convert

RGB1075102-
CMYK00.950.050.58
HSL302.94º91.07%21.96%-
HSV(B)302.94º95.33%41.96%-
XYZ8.524.1912.93-
YUV46.56159.29171.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=50%
G=2.34%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107510200.950.050.58302.9491.0721.96
Hex6B56605F53A12f5b16
Octal1535146013757245713326
Binary1101011101110011001011111101111010100101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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