Html Css Color HEX #611B60 Palatinate Purple

📋 copy color: '#611B60'

red 97 ◦ green 27 ◦ blue 96

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

Shades of Palatinate Purple #611B60

Tints of Palatinate Purple #611B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

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

R = 44.09%
G = 12.27%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#611B60 (or 0x611B60) is known color: Palatinate Purple. HEX triplet: 61, 1B and 60. RGB value is (97,27,96). Sum of RGB (Red+Green+Blue) = 97+27+96=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #611B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B60 is #9EE49F. Grayscale: #373737. Windows color (decimal): -10413216 or 6298465. OLE color: 6298465.

HSL color Cylindrical-coordinate representation of color #611B60: hue angle of 300.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B60 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 96 -
CMYK 0 0.72 0.01 0.62
HSL 300.86º 0.56% 0.24% -
HSV(B) 300.86º 0.72% 0.38% -
XYZ 7.43 4.17 11.48 -
YUV 55.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 97 27 96 0 0.72 0.01 0.62 300.86 0.56 0.24
Hex 61 1B 60 0 48 1 3E 12D 38 18
Octal 141 33 140 0 110 1 76 455 70 30
Binary 1100001 11011 1100000 0 1001000 1 111110 100101101 111000 11000

Color Harmonies of #611B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B60

Black with #611B60

Text Example


Text Example

White with #611B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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