#611454

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

Shades of Palatinate Purple #611454

Tints of Palatinate Purple #611454

Color information

#611454 (or 0x611454) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 54. RGB value is (97,20,84). Sum of RGB (Red+Green+Blue) = 97+20+84=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611454 is #9EEBAB. Grayscale: #323232. Windows color (decimal): -10415020 or 5510241. OLE color: 5510241.

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

Color convert

RGB972084-
CMYK00.790.130.62
HSL310.13º65.81%22.94%-
HSV(B)310.13º79.38%38.04%-
XYZ6.783.688.74-
YUV50.32147.01161.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=48.26%
G=9.95%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97208400.790.130.62310.1365.8122.94
Hex61145404FD3E1364217
Octal141241240117157646610227
Binary1100001101001010100010011111101111110100110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611454; }

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

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

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

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

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

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

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

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