#6F385F

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

Shades of Palatinate Purple #6F385F

Tints of Palatinate Purple #6F385F

Color information

#6F385F (or 0x6F385F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 38 and 5F. RGB value is (111,56,95). Sum of RGB (Red+Green+Blue) = 111+56+95=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385F is #90C7A0. Grayscale: #4C4C4C. Windows color (decimal): -9488289 or 6240367. OLE color: 6240367.

HSL color Cylindrical-coordinate representation of color #6F385F: hue angle of 317.45º degrees, saturation: 0.33, 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 #6F385F is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1115695-
CMYK00.500.140.56
HSL317.45º32.93%32.75%-
HSV(B)317.45º49.55%43.53%-
XYZ10.047.0311.66-
YUV76.89138.22152.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=42.37%
G=21.37%
B=36.26%

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
Decimal111569500.500.140.56317.4532.9332.75
Hex6F385F032E3813d2121
Octal1577013706216704754141
Binary1101111111000101111101100101110111000100111101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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