#6F045F

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

Shades of Palatinate Purple #6F045F

Tints of Palatinate Purple #6F045F

Color information

#6F045F (or 0x6F045F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 04 and 5F. RGB value is (111,4,95). Sum of RGB (Red+Green+Blue) = 111+4+95=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045F is #90FBA0. Grayscale: #2E2E2E. Windows color (decimal): -9501601 or 6227055. OLE color: 6227055.

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

Color convert

RGB111495-
CMYK00.960.140.56
HSL308.97º93.04%22.55%-
HSV(B)308.97º96.4%43.53%-
XYZ8.664.2911.2-
YUV46.37155.45174.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=52.86%
G=1.90%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11149500.960.140.56308.9793.0422.55
Hex6F45F060E381355d17
Octal15741370140167046513527
Binary11011111001011111011000001110111000100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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