#611652

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

Shades of Palatinate Purple #611652

Tints of Palatinate Purple #611652

Color information

#611652 (or 0x611652) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 52. RGB value is (97,22,82). Sum of RGB (Red+Green+Blue) = 97+22+82=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611652 is #9EE9AD. Grayscale: #333333. Windows color (decimal): -10414510 or 5379681. OLE color: 5379681.

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

Color convert

RGB972282-
CMYK00.770.150.62
HSL312º63.03%23.33%-
HSV(B)312º77.32%38.04%-
XYZ6.743.728.35-
YUV51.26145.35160.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=48.26%
G=10.95%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97228200.770.150.6231263.0323.33
Hex61165204DF3E1383f17
Octal14126122011517764707727
Binary110000110110101001001001101111111111010011100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611652; }

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

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

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

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

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

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

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

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