Html Css Color HEX #611E5B Palatinate Purple

📋 copy color: '#611E5B'

red 97 ◦ green 30 ◦ blue 91

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

Shades of Palatinate Purple #611E5B

Tints of Palatinate Purple #611E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 44.5%
G = 13.76%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#611E5B (or 0x611E5B) is known color: Palatinate Purple. HEX triplet: 61, 1E and 5B. RGB value is (97,30,91). Sum of RGB (Red+Green+Blue) = 97+30+91=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E5B is #9EE1A4. Grayscale: #383838. Windows color (decimal): -10412453 or 5971553. OLE color: 5971553.

HSL color Cylindrical-coordinate representation of color #611E5B: hue angle of 305.37º 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 #611E5B is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 91 -
CMYK 0 0.69 0.06 0.62
HSL 305.37º 0.53% 0.25% -
HSV(B) 305.37º 0.69% 0.38% -
XYZ 7.28 4.23 10.33 -
YUV 56.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 97 30 91 0 0.69 0.06 0.62 305.37 0.53 0.25
Hex 61 1E 5B 0 45 6 3E 131 35 19
Octal 141 36 133 0 105 6 76 461 65 31
Binary 1100001 11110 1011011 0 1000101 110 111110 100110001 110101 11001

Color Harmonies of #611E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E5B

Black with #611E5B

Text Example


Text Example

White with #611E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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