#6B0169

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

Shades of Purple #6B0169

Tints of Purple #6B0169

Color information

#6B0169 (or 0x6B0169) is unknown color: approx Purple. HEX triplet: 6B, 01 and 69. RGB value is (107,1,105). Sum of RGB (Red+Green+Blue) = 107+1+105=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0169 is #94FE96. Grayscale: #2C2C2C. Windows color (decimal): -9764503 or 6881643. OLE color: 6881643.

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

Color convert

RGB1071105-
CMYK00.990.020.58
HSL301.13º98.15%21.18%-
HSV(B)301.13º99.07%41.96%-
XYZ8.624.1713.71-
YUV44.55162.12172.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=50.23%
G=0.47%
B=49.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107110500.990.020.58301.1398.1521.18
Hex6B16906323A12d6215
Octal1531151014327245514225
Binary1101011111010010110001110111010100101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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