#6F205C

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

Shades of Palatinate Purple #6F205C

Tints of Palatinate Purple #6F205C

Color information

#6F205C (or 0x6F205C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 20 and 5C. RGB value is (111,32,92). Sum of RGB (Red+Green+Blue) = 111+32+92=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F205C is #90DFA3. Grayscale: #3E3E3E. Windows color (decimal): -9494436 or 6037615. OLE color: 6037615.

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

Color convert

RGB1113292-
CMYK00.710.170.56
HSL314.43º55.24%28.04%-
HSV(B)314.43º71.17%43.53%-
XYZ95.1910.65-
YUV62.46144.67162.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=47.23%
G=13.62%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111329200.710.170.56314.4355.2428.04
Hex6F205C047113813a371c
Octal15740134010721704726734
Binary11011111000001011100010001111000111100010011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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