Html Css Color HEX #611B57 Palatinate Purple

📋 copy color: '#611B57'

red 97 ◦ green 27 ◦ blue 87

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

Shades of Palatinate Purple #611B57

Tints of Palatinate Purple #611B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 45.97%
G = 12.8%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#611B57 (or 0x611B57) is known color: Palatinate Purple. HEX triplet: 61, 1B and 57. RGB value is (97,27,87). Sum of RGB (Red+Green+Blue) = 97+27+87=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B57 is #9EE4A8. Grayscale: #363636. Windows color (decimal): -10413225 or 5708641. OLE color: 5708641.

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

Color convert

RGB 97 27 87 -
CMYK 0 0.72 0.10 0.62
HSL 308.57º 0.56% 0.24% -
HSV(B) 308.57º 0.72% 0.38% -
XYZ 7.04 4.01 9.42 -
YUV 54.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 97 27 87 0 0.72 0.10 0.62 308.57 0.56 0.24
Hex 61 1B 57 0 48 A 3E 135 38 18
Octal 141 33 127 0 110 12 76 465 70 30
Binary 1100001 11011 1010111 0 1001000 1010 111110 100110101 111000 11000

Color Harmonies of #611B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B57

Black with #611B57

Text Example


Text Example

White with #611B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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