#6F345F

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

Shades of Palatinate Purple #6F345F

Tints of Palatinate Purple #6F345F

Color information

#6F345F (or 0x6F345F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 5F. RGB value is (111,52,95). Sum of RGB (Red+Green+Blue) = 111+52+95=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345F is #90CBA0. Grayscale: #4A4A4A. Windows color (decimal): -9489313 or 6239343. OLE color: 6239343.

HSL color Cylindrical-coordinate representation of color #6F345F: hue angle of 316.27º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F345F is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1115295-
CMYK00.530.140.56
HSL316.27º36.2%31.96%-
HSV(B)316.27º53.15%43.53%-
XYZ9.856.6611.59-
YUV74.54139.55154-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=43.02%
G=20.16%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111529500.530.140.56316.2736.231.96
Hex6F345F035E3813c2420
Octal1576413706516704744440
Binary1101111110100101111101101011110111000100111100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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