#6F055C

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

Shades of Palatinate Purple #6F055C

Tints of Palatinate Purple #6F055C

Color information

#6F055C (or 0x6F055C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 05 and 5C. RGB value is (111,5,92). Sum of RGB (Red+Green+Blue) = 111+5+92=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F055C is #90FAA3. Grayscale: #2E2E2E. Windows color (decimal): -9501348 or 6030703. OLE color: 6030703.

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

Color convert

RGB111592-
CMYK00.950.170.56
HSL310.75º91.38%22.75%-
HSV(B)310.75º95.5%43.53%-
XYZ8.544.2610.5-
YUV46.61153.62173.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=53.37%
G=2.40%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11159200.950.170.56310.7591.3822.75
Hex6F55C05F11381375b17
Octal15751340137217046713327
Binary110111110110111000101111110001111000100110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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