#6F345C

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

Shades of Palatinate Purple #6F345C

Tints of Palatinate Purple #6F345C

Color information

#6F345C (or 0x6F345C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 5C. RGB value is (111,52,92). Sum of RGB (Red+Green+Blue) = 111+52+92=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345C is #90CBA3. Grayscale: #4A4A4A. Windows color (decimal): -9489316 or 6042735. OLE color: 6042735.

HSL color Cylindrical-coordinate representation of color #6F345C: hue angle of 319.32º 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 #6F345C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1115292-
CMYK00.530.170.56
HSL319.32º36.2%31.96%-
HSV(B)319.32º53.15%43.53%-
XYZ9.726.6110.89-
YUV74.2138.05154.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=43.53%
G=20.39%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111529200.530.170.56319.3236.231.96
Hex6F345C035113813f2420
Octal1576413406521704774440
Binary11011111101001011100011010110001111000100111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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