#6F295D

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

Shades of Palatinate Purple #6F295D

Tints of Palatinate Purple #6F295D

Color information

#6F295D (or 0x6F295D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 29 and 5D. RGB value is (111,41,93). Sum of RGB (Red+Green+Blue) = 111+41+93=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F295D is #90D6A2. Grayscale: #434343. Windows color (decimal): -9492131 or 6105455. OLE color: 6105455.

HSL color Cylindrical-coordinate representation of color #6F295D: hue angle of 315.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F295D is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1114193-
CMYK00.630.160.56
HSL315.43º46.05%29.8%-
HSV(B)315.43º63.06%43.53%-
XYZ9.325.7610.98-
YUV67.86142.19158.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=45.31%
G=16.73%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111419300.630.160.56315.4346.0529.8
Hex6F295D03F103813b2e1e
Octal1575113507720704735636
Binary1101111101001101110101111111000011100010011101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,93); }

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

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

 a { background-color: rgb(111,41,93); }

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

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

 span { border-color: rgb(111,41,93); }

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