Html Css Color HEX #611959 Palatinate Purple

📋 copy color: '#611959'

red 97 ◦ green 25 ◦ blue 89

#611959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #611959

Tints of Palatinate Purple #611959

RGB

 RED value IS 97 (38.28% from 255) = 45.97%

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 45.97%
G = 11.85%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611959 (or 0x611959) is known color: Palatinate Purple. HEX triplet: 61, 19 and 59. RGB value is (97,25,89). Sum of RGB (Red+Green+Blue) = 97+25+89=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611959 is #9EE6A6. Grayscale: #353535. Windows color (decimal): -10413735 or 5839201. OLE color: 5839201.

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

Color convert

RGB 97 25 89 -
CMYK 0 0.74 0.08 0.62
HSL 306.67º 0.59% 0.24% -
HSV(B) 306.67º 0.74% 0.38% -
XYZ 7.08 3.96 9.84 -
YUV 53.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 97 25 89 0 0.74 0.08 0.62 306.67 0.59 0.24
Hex 61 19 59 0 4A 8 3E 133 3B 18
Octal 141 31 131 0 112 10 76 463 73 30
Binary 1100001 11001 1011001 0 1001010 1000 111110 100110011 111011 11000

Color Harmonies of #611959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611959

Black with #611959

Text Example


Text Example

White with #611959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611959; }

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

 H1.HeaderClassName
 {
   color: #611959;
 }
 .AnyTagClassName
 {
   color: #611959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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