#6F2757

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

Shades of Palatinate Purple #6F2757

Tints of Palatinate Purple #6F2757

Color information

#6F2757 (or 0x6F2757) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 27 and 57. RGB value is (111,39,87). Sum of RGB (Red+Green+Blue) = 111+39+87=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2757 is #90D8A8. Grayscale: #414141. Windows color (decimal): -9492649 or 5711727. OLE color: 5711727.

HSL color Cylindrical-coordinate representation of color #6F2757: hue angle of 320º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2757 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1113987-
CMYK00.650.220.56
HSL320º48%29.41%-
HSV(B)320º64.86%43.53%-
XYZ95.529.61-
YUV66139.85160.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=46.84%
G=16.46%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111398700.650.220.563204829.41
Hex6F27570411638140301d
Octal15747127010126705006035
Binary11011111001111010111010000011011011100010100000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,87); }

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

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

 a { background-color: rgb(111,39,87); }

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

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

 span { border-color: rgb(111,39,87); }

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