#6F375F

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

Shades of Palatinate Purple #6F375F

Tints of Palatinate Purple #6F375F

Color information

#6F375F (or 0x6F375F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 37 and 5F. RGB value is (111,55,95). Sum of RGB (Red+Green+Blue) = 111+55+95=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F375F is #90C8A0. Grayscale: #4C4C4C. Windows color (decimal): -9488545 or 6240111. OLE color: 6240111.

HSL color Cylindrical-coordinate representation of color #6F375F: hue angle of 317.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F375F is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1115595-
CMYK00.500.140.56
HSL317.14º33.73%32.55%-
HSV(B)317.14º50.45%43.53%-
XYZ9.996.9411.64-
YUV76.3138.55152.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=42.53%
G=21.07%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111559500.500.140.56317.1433.7332.55
Hex6F375F032E3813d2221
Octal1576713706216704754241
Binary1101111110111101111101100101110111000100111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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