#611852

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

Shades of Palatinate Purple #611852

Tints of Palatinate Purple #611852

Color information

#611852 (or 0x611852) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 52. RGB value is (97,24,82). Sum of RGB (Red+Green+Blue) = 97+24+82=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611852 is #9EE7AD. Grayscale: #343434. Windows color (decimal): -10413998 or 5380193. OLE color: 5380193.

HSL color Cylindrical-coordinate representation of color #611852: hue angle of 312.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611852 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB972482-
CMYK00.750.150.62
HSL312.33º60.33%23.73%-
HSV(B)312.33º75.26%38.04%-
XYZ6.783.88.36-
YUV52.44144.68159.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=47.78%
G=11.82%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248200.750.150.62312.3360.3323.73
Hex61185204BF3E1383c18
Octal14130122011317764707430
Binary110000111000101001001001011111111111010011100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611852; }

 p { color: rgb(97,24,82); }

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

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

 a { background-color: rgb(97,24,82); }

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

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

 span { border-color: rgb(97,24,82); }

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