#611958

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

Shades of Palatinate Purple #611958

Tints of Palatinate Purple #611958

Color information

#611958 (or 0x611958) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 58. RGB value is (97,25,88). Sum of RGB (Red+Green+Blue) = 97+25+88=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #611958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611958 is #9EE6A7. Grayscale: #353535. Windows color (decimal): -10413736 or 5773665. OLE color: 5773665.

HSL color Cylindrical-coordinate representation of color #611958: hue angle of 307.5º 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 #611958 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB972588-
CMYK00.740.090.62
HSL307.5º59.02%23.92%-
HSV(B)307.5º74.23%38.04%-
XYZ7.043.949.62-
YUV53.71147.35158.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=46.19%
G=11.90%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97258800.740.090.62307.559.0223.92
Hex61195804A93E1343b18
Octal14131130011211764647330
Binary110000111001101100001001010100111111010011010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611958; }

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

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

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

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

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

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

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

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