#6F065D

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

Shades of Palatinate Purple #6F065D

Tints of Palatinate Purple #6F065D

Color information

#6F065D (or 0x6F065D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 06 and 5D. RGB value is (111,6,93). Sum of RGB (Red+Green+Blue) = 111+6+93=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F065D is #90F9A2. Grayscale: #2F2F2F. Windows color (decimal): -9501091 or 6096495. OLE color: 6096495.

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

Color convert

RGB111693-
CMYK00.950.160.56
HSL310.29º89.74%22.94%-
HSV(B)310.29º94.59%43.53%-
XYZ8.64.310.73-
YUV47.31153.79173.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=52.86%
G=2.86%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11169300.950.160.56310.2989.7422.94
Hex6F65D05F10381365a17
Octal15761350137207046613227
Binary110111111010111010101111110000111000100110110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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