#6B0D55

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

Shades of Palatinate Purple #6B0D55

Tints of Palatinate Purple #6B0D55

Color information

#6B0D55 (or 0x6B0D55) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0D and 55. RGB value is (107,13,85). Sum of RGB (Red+Green+Blue) = 107+13+85=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D55 is #94F2AA. Grayscale: #313131. Windows color (decimal): -9761451 or 5573995. OLE color: 5573995.

HSL color Cylindrical-coordinate representation of color #6B0D55: hue angle of 314.04º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D55 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1071385-
CMYK00.880.210.58
HSL314.04º78.33%23.53%-
HSV(B)314.04º87.85%41.96%-
XYZ7.854.078.97-
YUV49.31148.14169.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=52.20%
G=6.34%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107138500.880.210.58314.0478.3323.53
Hex6BD55058153A13a4e18
Octal153151250130257247211630
Binary1101011110110101010101100010101111010100111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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