#611850

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

Shades of Palatinate Purple #611850

Tints of Palatinate Purple #611850

Color information

#611850 (or 0x611850) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 50. RGB value is (97,24,80). Sum of RGB (Red+Green+Blue) = 97+24+80=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611850 is #9EE7AF. Grayscale: #343434. Windows color (decimal): -10414000 or 5249121. OLE color: 5249121.

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

Color convert

RGB972480-
CMYK00.750.180.62
HSL313.97º60.33%23.73%-
HSV(B)313.97º75.26%38.04%-
XYZ6.73.777.96-
YUV52.21143.68159.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=48.26%
G=11.94%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248000.750.180.62313.9760.3323.73
Hex61185004B123E13a3c18
Octal14130120011322764727430
Binary1100001110001010000010010111001011111010011101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611850; }

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

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

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

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

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

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

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

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