Html Css Color HEX #611A59 Palatinate Purple

📋 copy color: '#611A59'

red 97 ◦ green 26 ◦ blue 89

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

Shades of Palatinate Purple #611A59

Tints of Palatinate Purple #611A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

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

R = 45.75%
G = 12.26%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611A59 (or 0x611A59) is known color: Palatinate Purple. HEX triplet: 61, 1A and 59. RGB value is (97,26,89). Sum of RGB (Red+Green+Blue) = 97+26+89=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A59 is #9EE5A6. Grayscale: #363636. Windows color (decimal): -10413479 or 5839457. OLE color: 5839457.

HSL color Cylindrical-coordinate representation of color #611A59: hue angle of 306.76º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A59 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 26 89 -
CMYK 0 0.73 0.08 0.62
HSL 306.76º 0.58% 0.24% -
HSV(B) 306.76º 0.73% 0.38% -
XYZ 7.1 4 9.85 -
YUV 54.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 97 26 89 0 0.73 0.08 0.62 306.76 0.58 0.24
Hex 61 1A 59 0 49 8 3E 133 3A 18
Octal 141 32 131 0 111 10 76 463 72 30
Binary 1100001 11010 1011001 0 1001001 1000 111110 100110011 111010 11000

Color Harmonies of #611A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A59

Black with #611A59

Text Example


Text Example

White with #611A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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