#611854

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

Shades of Palatinate Purple #611854

Tints of Palatinate Purple #611854

Color information

#611854 (or 0x611854) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 54. RGB value is (97,24,84). Sum of RGB (Red+Green+Blue) = 97+24+84=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611854 is #9EE7AB. Grayscale: #343434. Windows color (decimal): -10413996 or 5511265. OLE color: 5511265.

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

Color convert

RGB972484-
CMYK00.750.130.62
HSL310.68º60.33%23.73%-
HSV(B)310.68º75.26%38.04%-
XYZ6.863.838.77-
YUV52.67145.68159.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=47.32%
G=11.71%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248400.750.130.62310.6860.3323.73
Hex61185404BD3E1373c18
Octal14130124011315764677430
Binary110000111000101010001001011110111111010011011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611854; }

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

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

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

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

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

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

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

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