#6B0160

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

Shades of Palatinate Purple #6B0160

Tints of Palatinate Purple #6B0160

Color information

#6B0160 (or 0x6B0160) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 01 and 60. RGB value is (107,1,96). Sum of RGB (Red+Green+Blue) = 107+1+96=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0160 is #94FE9F. Grayscale: #2B2B2B. Windows color (decimal): -9764512 or 6291819. OLE color: 6291819.

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

Color convert

RGB107196-
CMYK00.990.100.58
HSL306.23º98.15%21.18%-
HSV(B)306.23º99.07%41.96%-
XYZ8.193.9911.41-
YUV43.52157.62173.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=52.45%
G=0.49%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10719600.990.100.58306.2398.1521.18
Hex6B160063A3A1326215
Octal15311400143127246214225
Binary110101111100000011000111010111010100110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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