Html Css Color HEX #611E51 Palatinate Purple

📋 copy color: '#611E51'

red 97 ◦ green 30 ◦ blue 81

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

Shades of Palatinate Purple #611E51

Tints of Palatinate Purple #611E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 46.63%
G = 14.42%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#611E51 (or 0x611E51) is known color: Palatinate Purple. HEX triplet: 61, 1E and 51. RGB value is (97,30,81). Sum of RGB (Red+Green+Blue) = 97+30+81=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E51 is #9EE1AE. Grayscale: #373737. Windows color (decimal): -10412463 or 5316193. OLE color: 5316193.

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

Color convert

RGB 97 30 81 -
CMYK 0 0.69 0.16 0.62
HSL 314.33º 0.53% 0.25% -
HSV(B) 314.33º 0.69% 0.38% -
XYZ 6.88 4.06 8.21 -
YUV 55.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 97 30 81 0 0.69 0.16 0.62 314.33 0.53 0.25
Hex 61 1E 51 0 45 10 3E 13A 35 19
Octal 141 36 121 0 105 20 76 472 65 31
Binary 1100001 11110 1010001 0 1000101 10000 111110 100111010 110101 11001

Color Harmonies of #611E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E51

Black with #611E51

Text Example


Text Example

White with #611E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,81); }

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

background-color css

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

 a { background-color: rgb(97,30,81); }

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

border-color css

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

 span { border-color: rgb(97,30,81); }

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