#6B016D

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

Shades of Purple #6B016D

Tints of Purple #6B016D

Color information

#6B016D (or 0x6B016D) is unknown color: approx Purple. HEX triplet: 6B, 01 and 6D. RGB value is (107,1,109). Sum of RGB (Red+Green+Blue) = 107+1+109=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B016D is #94FE92. Grayscale: #2C2C2C. Windows color (decimal): -9764499 or 7143787. OLE color: 7143787.

HSL color Cylindrical-coordinate representation of color #6B016D: hue angle of 298.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B016D is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1071109-
CMYK0.020.9900.57
HSL298.89º98.18%21.57%-
HSV(B)298.89º99.08%42.75%-
XYZ8.834.2514.82-
YUV45.01164.12172.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=49.31%
G=0.46%
B=50.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10711090.020.9900.57298.8998.1821.57
Hex6B16D26303912b6216
Octal1531155214307145314226
Binary1101011111011011011000110111001100101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,109); }

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

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

 a { background-color: rgb(107,1,109); }

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

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

 span { border-color: rgb(107,1,109); }

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