#611458

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

Shades of Palatinate Purple #611458

Tints of Palatinate Purple #611458

Color information

#611458 (or 0x611458) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 58. RGB value is (97,20,88). Sum of RGB (Red+Green+Blue) = 97+20+88=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611458 is #9EEBA7. Grayscale: #323232. Windows color (decimal): -10415016 or 5772385. OLE color: 5772385.

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

Color convert

RGB972088-
CMYK00.790.090.62
HSL307.01º65.81%22.94%-
HSV(B)307.01º79.38%38.04%-
XYZ6.943.759.59-
YUV50.77149.01160.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=47.32%
G=9.76%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97208800.790.090.62307.0165.8122.94
Hex61145804F93E1334217
Octal141241300117117646310227
Binary1100001101001011000010011111001111110100110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611458; }

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

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

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

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

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

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

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

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