Html Css Color HEX #57285B Hot Purple

📋 copy color: '#57285B'

red 87 ◦ green 40 ◦ blue 91

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

Shades of Hot Purple #57285B

Tints of Hot Purple #57285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 39.91%
G = 18.35%
B = 41.74%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57285B (or 0x57285B) is known color: Hot Purple. HEX triplet: 57, 28 and 5B. RGB value is (87,40,91). Sum of RGB (Red+Green+Blue) = 87+40+91=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #57285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57285B is #A8D7A4. Grayscale: #3B3B3B. Windows color (decimal): -11065253 or 5974103. OLE color: 5974103.

HSL color Cylindrical-coordinate representation of color #57285B: hue angle of 295.29º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57285B is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 40 91 -
CMYK 0.04 0.56 0 0.64
HSL 295.29º 0.39% 0.26% -
HSV(B) 295.29º 0.56% 0.36% -
XYZ 6.58 4.3 10.38 -
YUV 59.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 87 40 91 0.04 0.56 0 0.64 295.29 0.39 0.26
Hex 57 28 5B 4 38 0 40 127 27 1A
Octal 127 50 133 4 70 0 100 447 47 32
Binary 1010111 101000 1011011 100 111000 0 1000000 100100111 100111 11010

Color Harmonies of #57285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57285B

Black with #57285B

Text Example


Text Example

White with #57285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57285B; }

 p { color: rgb(87,40,91); }

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

background-color css

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

 a { background-color: rgb(87,40,91); }

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

border-color css

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

 span { border-color: rgb(87,40,91); }

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