Html Css Color HEX #573360 Hot Purple

📋 copy color: '#573360'

red 87 ◦ green 51 ◦ blue 96

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

Shades of Hot Purple #573360

Tints of Hot Purple #573360

RGB

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

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

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

R = 37.18%
G = 21.79%
B = 41.03%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573360 (or 0x573360) is known color: Hot Purple. HEX triplet: 57, 33 and 60. RGB value is (87,51,96). Sum of RGB (Red+Green+Blue) = 87+51+96=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #573360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573360 is #A8CC9F. Grayscale: #424242. Windows color (decimal): -11062432 or 6304599. OLE color: 6304599.

HSL color Cylindrical-coordinate representation of color #573360: hue angle of 288º 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 #573360 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 51 96 -
CMYK 0.09 0.47 0 0.62
HSL 288º 0.31% 0.29% -
HSV(B) 288º 0.47% 0.38% -
XYZ 7.23 5.24 11.7 -
YUV 66.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 87 51 96 0.09 0.47 0 0.62 288 0.31 0.29
Hex 57 33 60 9 2F 0 3E 120 1F 1D
Octal 127 63 140 11 57 0 76 440 37 35
Binary 1010111 110011 1100000 1001 101111 0 111110 100100000 11111 11101

Color Harmonies of #573360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573360

Black with #573360

Text Example


Text Example

White with #573360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573360; }

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

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

background-color css

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

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

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

border-color css

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

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

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