Html Css Color HEX #611D60 Palatinate Purple

📋 copy color: '#611D60'

red 97 ◦ green 29 ◦ blue 96

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

Shades of Palatinate Purple #611D60

Tints of Palatinate Purple #611D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 43.69%
G = 13.06%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#611D60 (or 0x611D60) is known color: Palatinate Purple. HEX triplet: 61, 1D and 60. RGB value is (97,29,96). Sum of RGB (Red+Green+Blue) = 97+29+96=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #611D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D60 is #9EE29F. Grayscale: #383838. Windows color (decimal): -10412704 or 6298977. OLE color: 6298977.

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

Color convert

RGB 97 29 96 -
CMYK 0 0.70 0.01 0.62
HSL 300.88º 0.54% 0.25% -
HSV(B) 300.88º 0.7% 0.38% -
XYZ 7.48 4.26 11.5 -
YUV 56.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 97 29 96 0 0.70 0.01 0.62 300.88 0.54 0.25
Hex 61 1D 60 0 46 1 3E 12D 36 19
Octal 141 35 140 0 106 1 76 455 66 31
Binary 1100001 11101 1100000 0 1000110 1 111110 100101101 110110 11001

Color Harmonies of #611D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D60

Black with #611D60

Text Example


Text Example

White with #611D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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