#6B055D

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

Shades of Palatinate Purple #6B055D

Tints of Palatinate Purple #6B055D

Color information

#6B055D (or 0x6B055D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 05 and 5D. RGB value is (107,5,93). Sum of RGB (Red+Green+Blue) = 107+5+93=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B055D is #94FAA2. Grayscale: #2D2D2D. Windows color (decimal): -9763491 or 6096235. OLE color: 6096235.

HSL color Cylindrical-coordinate representation of color #6B055D: hue angle of 308.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B055D is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB107593-
CMYK00.950.130.58
HSL308.24º91.07%21.96%-
HSV(B)308.24º95.33%41.96%-
XYZ8.094.0210.71-
YUV45.53154.79171.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=52.20%
G=2.44%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10759300.950.130.58308.2491.0721.96
Hex6B55D05FD3A1345b16
Octal15351350137157246413326
Binary11010111011011101010111111101111010100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,93); }

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

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

 a { background-color: rgb(107,5,93); }

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

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

 span { border-color: rgb(107,5,93); }

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