Html Css Color HEX #57255B Hot Purple

📋 copy color: '#57255B'

red 87 ◦ green 37 ◦ blue 91

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

Shades of Hot Purple #57255B

Tints of Hot Purple #57255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 40.47%
G = 17.21%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57255B (or 0x57255B) is known color: Hot Purple. HEX triplet: 57, 25 and 5B. RGB value is (87,37,91). Sum of RGB (Red+Green+Blue) = 87+37+91=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #57255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57255B is #A8DAA4. Grayscale: #393939. Windows color (decimal): -11066021 or 5973335. OLE color: 5973335.

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

Color convert

RGB 87 37 91 -
CMYK 0.04 0.59 0 0.64
HSL 295.56º 0.42% 0.25% -
HSV(B) 295.56º 0.59% 0.36% -
XYZ 6.48 4.1 10.35 -
YUV 58.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 87 37 91 0.04 0.59 0 0.64 295.56 0.42 0.25
Hex 57 25 5B 4 3B 0 40 128 2A 19
Octal 127 45 133 4 73 0 100 450 52 31
Binary 1010111 100101 1011011 100 111011 0 1000000 100101000 101010 11001

Color Harmonies of #57255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57255B

Black with #57255B

Text Example


Text Example

White with #57255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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