#6F015D

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

Shades of Palatinate Purple #6F015D

Tints of Palatinate Purple #6F015D

Color information

#6F015D (or 0x6F015D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 01 and 5D. RGB value is (111,1,93). Sum of RGB (Red+Green+Blue) = 111+1+93=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F015D is #90FEA2. Grayscale: #2C2C2C. Windows color (decimal): -9502371 or 6095215. OLE color: 6095215.

HSL color Cylindrical-coordinate representation of color #6F015D: hue angle of 309.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F015D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB111193-
CMYK00.990.160.56
HSL309.82º98.21%21.96%-
HSV(B)309.82º99.1%43.53%-
XYZ8.544.1910.71-
YUV44.38155.44175.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=54.15%
G=0.49%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11119300.990.160.56309.8298.2121.96
Hex6F15D06310381366216
Octal15711350143207046614226
Binary1101111110111010110001110000111000100110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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