#6F055F

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

Shades of Palatinate Purple #6F055F

Tints of Palatinate Purple #6F055F

Color information

#6F055F (or 0x6F055F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 05 and 5F. RGB value is (111,5,95). Sum of RGB (Red+Green+Blue) = 111+5+95=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F055F is #90FAA0. Grayscale: #2E2E2E. Windows color (decimal): -9501345 or 6227311. OLE color: 6227311.

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

Color convert

RGB111595-
CMYK00.950.140.56
HSL309.06º91.38%22.75%-
HSV(B)309.06º95.5%43.53%-
XYZ8.684.3111.2-
YUV46.95155.12173.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=52.61%
G=2.37%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11159500.950.140.56309.0691.3822.75
Hex6F55F05FE381355b17
Octal15751370137167046513327
Binary11011111011011111010111111110111000100110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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