#6B1555

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

Shades of Palatinate Purple #6B1555

Tints of Palatinate Purple #6B1555

Color information

#6B1555 (or 0x6B1555) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 55. RGB value is (107,21,85). Sum of RGB (Red+Green+Blue) = 107+21+85=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1555 is #94EAAA. Grayscale: #353535. Windows color (decimal): -9759403 or 5576043. OLE color: 5576043.

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

Color convert

RGB1072185-
CMYK00.800.210.58
HSL315.35º67.19%25.1%-
HSV(B)315.35º80.37%41.96%-
XYZ7.974.329.01-
YUV54.01145.49165.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=50.23%
G=9.86%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107218500.800.210.58315.3567.1925.1
Hex6B1555050153A13b4319
Octal153251250120257247310331
Binary11010111010110101010101000010101111010100111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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