#6B015D

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

Shades of Palatinate Purple #6B015D

Tints of Palatinate Purple #6B015D

Color information

#6B015D (or 0x6B015D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 01 and 5D. RGB value is (107,1,93). Sum of RGB (Red+Green+Blue) = 107+1+93=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B015D is #94FEA2. Grayscale: #2A2A2A. Windows color (decimal): -9764515 or 6095211. OLE color: 6095211.

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

Color convert

RGB107193-
CMYK00.990.130.58
HSL307.92º98.15%21.18%-
HSV(B)307.92º99.07%41.96%-
XYZ8.053.9410.69-
YUV43.18156.12173.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=53.23%
G=0.50%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10719300.990.130.58307.9298.1521.18
Hex6B15D063D3A1346215
Octal15311350143157246414225
Binary110101111011101011000111101111010100110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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