Html Css Color HEX #573161 Hot Purple

📋 copy color: '#573161'

red 87 ◦ green 49 ◦ blue 97

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

Shades of Hot Purple #573161

Tints of Hot Purple #573161

RGB

 RED value IS 87 (34.38% from 255) = 37.34%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 37.34%
G = 21.03%
B = 41.63%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573161 (or 0x573161) is known color: Hot Purple. HEX triplet: 57, 31 and 61. RGB value is (87,49,97). Sum of RGB (Red+Green+Blue) = 87+49+97=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #573161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573161 is #A8CE9E. Grayscale: #414141. Windows color (decimal): -11062943 or 6369623. OLE color: 6369623.

HSL color Cylindrical-coordinate representation of color #573161: hue angle of 287.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #573161 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 49 97 -
CMYK 0.10 0.49 0 0.62
HSL 287.5º 0.33% 0.29% -
HSV(B) 287.5º 0.49% 0.38% -
XYZ 7.19 5.09 11.91 -
YUV 65.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 87 49 97 0.10 0.49 0 0.62 287.5 0.33 0.29
Hex 57 31 61 A 31 0 3E 120 21 1D
Octal 127 61 141 12 61 0 76 440 41 35
Binary 1010111 110001 1100001 1010 110001 0 111110 100100000 100001 11101

Color Harmonies of #573161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573161

Black with #573161

Text Example


Text Example

White with #573161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573161; }

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

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

background-color css

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

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

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

border-color css

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

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

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