Html Css Color HEX #57325F Hot Purple

📋 copy color: '#57325F'

red 87 ◦ green 50 ◦ blue 95

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

Shades of Hot Purple #57325F

Tints of Hot Purple #57325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 37.5%
G = 21.55%
B = 40.95%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57325F (or 0x57325F) is known color: Hot Purple. HEX triplet: 57, 32 and 5F. RGB value is (87,50,95). Sum of RGB (Red+Green+Blue) = 87+50+95=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #57325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57325F is #A8CDA0. Grayscale: #424242. Windows color (decimal): -11062689 or 6238807. OLE color: 6238807.

HSL color Cylindrical-coordinate representation of color #57325F: hue angle of 289.33º 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 #57325F is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 50 95 -
CMYK 0.08 0.47 0 0.63
HSL 289.33º 0.31% 0.28% -
HSV(B) 289.33º 0.47% 0.37% -
XYZ 7.14 5.13 11.44 -
YUV 66.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 87 50 95 0.08 0.47 0 0.63 289.33 0.31 0.28
Hex 57 32 5F 8 2F 0 3F 121 1F 1C
Octal 127 62 137 10 57 0 77 441 37 34
Binary 1010111 110010 1011111 1000 101111 0 111111 100100001 11111 11100

Color Harmonies of #57325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57325F

Black with #57325F

Text Example


Text Example

White with #57325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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