Html Css Color HEX #611F59 Palatinate Purple

📋 copy color: '#611F59'

red 97 ◦ green 31 ◦ blue 89

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

Shades of Palatinate Purple #611F59

Tints of Palatinate Purple #611F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.29%

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

R = 44.7%
G = 14.29%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611F59 (or 0x611F59) is known color: Palatinate Purple. HEX triplet: 61, 1F and 59. RGB value is (97,31,89). Sum of RGB (Red+Green+Blue) = 97+31+89=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #611F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F59 is #9EE0A6. Grayscale: #393939. Windows color (decimal): -10412199 or 5840737. OLE color: 5840737.

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

Color convert

RGB 97 31 89 -
CMYK 0 0.68 0.08 0.62
HSL 307.27º 0.52% 0.25% -
HSV(B) 307.27º 0.68% 0.38% -
XYZ 7.22 4.24 9.89 -
YUV 57.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 97 31 89 0 0.68 0.08 0.62 307.27 0.52 0.25
Hex 61 1F 59 0 44 8 3E 133 34 19
Octal 141 37 131 0 104 10 76 463 64 31
Binary 1100001 11111 1011001 0 1000100 1000 111110 100110011 110100 11001

Color Harmonies of #611F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F59

Black with #611F59

Text Example


Text Example

White with #611F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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