#6F325C

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

Shades of Palatinate Purple #6F325C

Tints of Palatinate Purple #6F325C

Color information

#6F325C (or 0x6F325C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 32 and 5C. RGB value is (111,50,92). Sum of RGB (Red+Green+Blue) = 111+50+92=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325C is #90CDA3. Grayscale: #484848. Windows color (decimal): -9489828 or 6042223. OLE color: 6042223.

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

Color convert

RGB1115092-
CMYK00.550.170.56
HSL318.69º37.89%31.57%-
HSV(B)318.69º54.95%43.53%-
XYZ9.636.4310.86-
YUV73.03138.71155.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.87%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=43.87%
G=19.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111509200.550.170.56318.6937.8931.57
Hex6F325C037113813f2620
Octal1576213406721704774640
Binary11011111100101011100011011110001111000100111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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