Html Css Color HEX #57325E Hot Purple

📋 copy color: '#57325E'

red 87 ◦ green 50 ◦ blue 94

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

Shades of Hot Purple #57325E

Tints of Hot Purple #57325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 37.66%
G = 21.65%
B = 40.69%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57325E (or 0x57325E) is known color: Hot Purple. HEX triplet: 57, 32 and 5E. RGB value is (87,50,94). Sum of RGB (Red+Green+Blue) = 87+50+94=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #57325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57325E is #A8CDA1. Grayscale: #414141. Windows color (decimal): -11062690 or 6173271. OLE color: 6173271.

HSL color Cylindrical-coordinate representation of color #57325E: hue angle of 290.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57325E is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 50 94 -
CMYK 0.07 0.47 0 0.63
HSL 290.45º 0.31% 0.28% -
HSV(B) 290.45º 0.47% 0.37% -
XYZ 7.09 5.12 11.2 -
YUV 66.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 87 50 94 0.07 0.47 0 0.63 290.45 0.31 0.28
Hex 57 32 5E 7 2F 0 3F 122 1F 1C
Octal 127 62 136 7 57 0 77 442 37 34
Binary 1010111 110010 1011110 111 101111 0 111111 100100010 11111 11100

Color Harmonies of #57325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57325E

Black with #57325E

Text Example


Text Example

White with #57325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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