#6F325F

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

Shades of Palatinate Purple #6F325F

Tints of Palatinate Purple #6F325F

Color information

#6F325F (or 0x6F325F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 32 and 5F. RGB value is (111,50,95). Sum of RGB (Red+Green+Blue) = 111+50+95=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325F is #90CDA0. Grayscale: #494949. Windows color (decimal): -9489825 or 6238831. OLE color: 6238831.

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

Color convert

RGB1115095-
CMYK00.550.140.56
HSL315.74º37.89%31.57%-
HSV(B)315.74º54.95%43.53%-
XYZ9.766.4911.56-
YUV73.37140.21154.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=43.36%
G=19.53%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111509500.550.140.56315.7437.8931.57
Hex6F325F037E3813c2620
Octal1576213706716704744640
Binary1101111110010101111101101111110111000100111100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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