#6F075C

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

Shades of Palatinate Purple #6F075C

Tints of Palatinate Purple #6F075C

Color information

#6F075C (or 0x6F075C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 07 and 5C. RGB value is (111,7,92). Sum of RGB (Red+Green+Blue) = 111+7+92=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F075C is #90F8A3. Grayscale: #2F2F2F. Windows color (decimal): -9500836 or 6031215. OLE color: 6031215.

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

Color convert

RGB111792-
CMYK00.940.170.56
HSL310.96º88.14%23.14%-
HSV(B)310.96º93.69%43.53%-
XYZ8.564.310.5-
YUV47.79152.96173.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=52.86%
G=3.33%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11179200.940.170.56310.9688.1423.14
Hex6F75C05E11381375817
Octal15771340136217046713027
Binary110111111110111000101111010001111000100110111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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