#6B0168

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

Shades of Purple #6B0168

Tints of Purple #6B0168

Color information

#6B0168 (or 0x6B0168) is unknown color: approx Purple. HEX triplet: 6B, 01 and 68. RGB value is (107,1,104). Sum of RGB (Red+Green+Blue) = 107+1+104=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0168 is #94FE97. Grayscale: #2C2C2C. Windows color (decimal): -9764504 or 6816107. OLE color: 6816107.

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

Color convert

RGB1071104-
CMYK00.990.030.58
HSL301.7º98.15%21.18%-
HSV(B)301.7º99.07%41.96%-
XYZ8.574.1513.45-
YUV44.44161.62172.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.47%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=50.47%
G=0.47%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107110400.990.030.58301.798.1521.18
Hex6B16806333A12e6215
Octal1531150014337245614225
Binary1101011111010000110001111111010100101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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