#6F055E

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

Shades of Palatinate Purple #6F055E

Tints of Palatinate Purple #6F055E

Color information

#6F055E (or 0x6F055E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 05 and 5E. RGB value is (111,5,94). Sum of RGB (Red+Green+Blue) = 111+5+94=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F055E is #90FAA1. Grayscale: #2E2E2E. Windows color (decimal): -9501346 or 6161775. OLE color: 6161775.

HSL color Cylindrical-coordinate representation of color #6F055E: hue angle of 309.62º degrees, saturation: 0.91, 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 #6F055E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB111594-
CMYK00.950.150.56
HSL309.62º91.38%22.75%-
HSV(B)309.62º95.5%43.53%-
XYZ8.634.310.96-
YUV46.84154.62173.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=52.86%
G=2.38%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11159400.950.150.56309.6291.3822.75
Hex6F55E05FF381365b17
Octal15751360137177046613327
Binary11011111011011110010111111111111000100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,94); }

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

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

 a { background-color: rgb(111,5,94); }

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

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

 span { border-color: rgb(111,5,94); }

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