#6B0167

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

Shades of Purple #6B0167

Tints of Purple #6B0167

Color information

#6B0167 (or 0x6B0167) is unknown color: approx Purple. HEX triplet: 6B, 01 and 67. RGB value is (107,1,103). Sum of RGB (Red+Green+Blue) = 107+1+103=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0167 is #94FE98. Grayscale: #2C2C2C. Windows color (decimal): -9764505 or 6750571. OLE color: 6750571.

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

Color convert

RGB1071103-
CMYK00.990.040.58
HSL302.26º98.15%21.18%-
HSV(B)302.26º99.07%41.96%-
XYZ8.524.1313.18-
YUV44.32161.12172.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=50.71%
G=0.47%
B=48.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107110300.990.040.58302.2698.1521.18
Hex6B16706343A12e6215
Octal1531147014347245614225
Binary11010111110011101100011100111010100101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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