#611962

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

Shades of Palatinate Purple #611962

Tints of Palatinate Purple #611962

Color information

#611962 (or 0x611962) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 62. RGB value is (97,25,98). Sum of RGB (Red+Green+Blue) = 97+25+98=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #611962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611962 is #9EE69D. Grayscale: #363636. Windows color (decimal): -10413726 or 6429025. OLE color: 6429025.

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

Color convert

RGB972598-
CMYK0.010.7400.62
HSL299.18º59.35%24.12%-
HSV(B)299.18º74.49%38.43%-
XYZ7.484.1211.96-
YUV54.85152.35158.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=44.09%
G=11.36%
B=44.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725980.010.7400.62299.1859.3524.12
Hex61196214A03E12b3b18
Octal1413114211120764537330
Binary110000111001110001011001010011111010010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611962; }

 p { color: rgb(97,25,98); }

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

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

 a { background-color: rgb(97,25,98); }

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

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

 span { border-color: rgb(97,25,98); }

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