Html Css Color HEX #611D5B Palatinate Purple

📋 copy color: '#611D5B'

red 97 ◦ green 29 ◦ blue 91

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

Shades of Palatinate Purple #611D5B

Tints of Palatinate Purple #611D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.36%

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

R = 44.7%
G = 13.36%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#611D5B (or 0x611D5B) is known color: Palatinate Purple. HEX triplet: 61, 1D and 5B. RGB value is (97,29,91). Sum of RGB (Red+Green+Blue) = 97+29+91=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #611D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D5B is #9EE2A4. Grayscale: #383838. Windows color (decimal): -10412709 or 5971297. OLE color: 5971297.

HSL color Cylindrical-coordinate representation of color #611D5B: hue angle of 305.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D5B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 91 -
CMYK 0 0.70 0.06 0.62
HSL 305.29º 0.54% 0.25% -
HSV(B) 305.29º 0.7% 0.38% -
XYZ 7.26 4.18 10.32 -
YUV 56.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 97 29 91 0 0.70 0.06 0.62 305.29 0.54 0.25
Hex 61 1D 5B 0 46 6 3E 131 36 19
Octal 141 35 133 0 106 6 76 461 66 31
Binary 1100001 11101 1011011 0 1000110 110 111110 100110001 110110 11001

Color Harmonies of #611D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D5B

Black with #611D5B

Text Example


Text Example

White with #611D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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