#6F2C61

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

Shades of Palatinate Purple #6F2C61

Tints of Palatinate Purple #6F2C61

Color information

#6F2C61 (or 0x6F2C61) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 2C and 61. RGB value is (111,44,97). Sum of RGB (Red+Green+Blue) = 111+44+97=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C61 is #90D39E. Grayscale: #454545. Windows color (decimal): -9491359 or 6368367. OLE color: 6368367.

HSL color Cylindrical-coordinate representation of color #6F2C61: hue angle of 312.54º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C61 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1114497-
CMYK00.600.130.56
HSL312.54º43.23%30.39%-
HSV(B)312.54º60.36%43.53%-
XYZ9.616.0411.97-
YUV70.07143.2157.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=44.05%
G=17.46%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111449700.600.130.56312.5443.2330.39
Hex6F2C6103CD381392b1e
Octal1575414107415704715336
Binary110111110110011000010111100110111100010011100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,97); }

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

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

 a { background-color: rgb(111,44,97); }

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

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

 span { border-color: rgb(111,44,97); }

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