#6B1566

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

Shades of Palatinate Purple #6B1566

Tints of Palatinate Purple #6B1566

Color information

#6B1566 (or 0x6B1566) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 66. RGB value is (107,21,102). Sum of RGB (Red+Green+Blue) = 107+21+102=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1566 is #94EA99. Grayscale: #373737. Windows color (decimal): -9759386 or 6690155. OLE color: 6690155.

HSL color Cylindrical-coordinate representation of color #6B1566: hue angle of 303.49º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1566 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10721102-
CMYK00.800.050.58
HSL303.49º67.19%25.1%-
HSV(B)303.49º80.37%41.96%-
XYZ8.734.6213-
YUV55.95153.99164.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=46.52%
G=9.13%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072110200.800.050.58303.4967.1925.1
Hex6B156605053A12f4319
Octal15325146012057245710331
Binary110101110101110011001010000101111010100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,21,102); }

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

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

 a { background-color: rgb(107,21,102); }

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

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

 span { border-color: rgb(107,21,102); }

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