#6B1560

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

Shades of Palatinate Purple #6B1560

Tints of Palatinate Purple #6B1560

Color information

#6B1560 (or 0x6B1560) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 60. RGB value is (107,21,96). Sum of RGB (Red+Green+Blue) = 107+21+96=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1560 is #94EA9F. Grayscale: #373737. Windows color (decimal): -9759392 or 6296939. OLE color: 6296939.

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

Color convert

RGB1072196-
CMYK00.800.100.58
HSL307.67º67.19%25.1%-
HSV(B)307.67º80.37%41.96%-
XYZ8.444.5111.49-
YUV55.26150.99164.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.77%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=47.77%
G=9.38%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107219600.800.100.58307.6767.1925.1
Hex6B1560050A3A1344319
Octal153251400120127246410331
Binary1101011101011100000010100001010111010100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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