Html Css Color HEX #573361 Hot Purple

📋 copy color: '#573361'

red 87 ◦ green 51 ◦ blue 97

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

Shades of Hot Purple #573361

Tints of Hot Purple #573361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 37.02%
G = 21.7%
B = 41.28%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573361 (or 0x573361) is known color: Hot Purple. HEX triplet: 57, 33 and 61. RGB value is (87,51,97). Sum of RGB (Red+Green+Blue) = 87+51+97=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #573361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573361 is #A8CC9E. Grayscale: #424242. Windows color (decimal): -11062431 or 6370135. OLE color: 6370135.

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

Color convert

RGB 87 51 97 -
CMYK 0.10 0.47 0 0.62
HSL 286.96º 0.31% 0.29% -
HSV(B) 286.96º 0.47% 0.38% -
XYZ 7.27 5.26 11.94 -
YUV 67.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 87 51 97 0.10 0.47 0 0.62 286.96 0.31 0.29
Hex 57 33 61 A 2F 0 3E 11F 1F 1D
Octal 127 63 141 12 57 0 76 437 37 35
Binary 1010111 110011 1100001 1010 101111 0 111110 100011111 11111 11101

Color Harmonies of #573361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573361

Black with #573361

Text Example


Text Example

White with #573361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573361; }

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

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

background-color css

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

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

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

border-color css

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

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

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