Html Css Color HEX #573261 Hot Purple

📋 copy color: '#573261'

red 87 ◦ green 50 ◦ blue 97

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

Shades of Hot Purple #573261

Tints of Hot Purple #573261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 37.18%
G = 21.37%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573261 (or 0x573261) is known color: Hot Purple. HEX triplet: 57, 32 and 61. RGB value is (87,50,97). Sum of RGB (Red+Green+Blue) = 87+50+97=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #573261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573261 is #A8CD9E. Grayscale: #424242. Windows color (decimal): -11062687 or 6369879. OLE color: 6369879.

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

Color convert

RGB 87 50 97 -
CMYK 0.10 0.48 0 0.62
HSL 287.23º 0.32% 0.29% -
HSV(B) 287.23º 0.48% 0.38% -
XYZ 7.23 5.17 11.93 -
YUV 66.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 87 50 97 0.10 0.48 0 0.62 287.23 0.32 0.29
Hex 57 32 61 A 30 0 3E 11F 20 1D
Octal 127 62 141 12 60 0 76 437 40 35
Binary 1010111 110010 1100001 1010 110000 0 111110 100011111 100000 11101

Color Harmonies of #573261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573261

Black with #573261

Text Example


Text Example

White with #573261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573261; }

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

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

background-color css

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

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

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

border-color css

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

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

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