Html Css Color HEX #57215D Hot Purple

📋 copy color: '#57215D'

red 87 ◦ green 33 ◦ blue 93

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

Shades of Hot Purple #57215D

Tints of Hot Purple #57215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 40.85%
G = 15.49%
B = 43.66%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57215D (or 0x57215D) is known color: Hot Purple. HEX triplet: 57, 21 and 5D. RGB value is (87,33,93). Sum of RGB (Red+Green+Blue) = 87+33+93=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #57215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57215D is #A8DEA2. Grayscale: #373737. Windows color (decimal): -11067043 or 6103383. OLE color: 6103383.

HSL color Cylindrical-coordinate representation of color #57215D: hue angle of 294º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57215D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 33 93 -
CMYK 0.06 0.65 0 0.64
HSL 294º 0.48% 0.25% -
HSV(B) 294º 0.65% 0.36% -
XYZ 6.45 3.9 10.77 -
YUV 55.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 87 33 93 0.06 0.65 0 0.64 294 0.48 0.25
Hex 57 21 5D 6 41 0 40 126 30 19
Octal 127 41 135 6 101 0 100 446 60 31
Binary 1010111 100001 1011101 110 1000001 0 1000000 100100110 110000 11001

Color Harmonies of #57215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57215D

Black with #57215D

Text Example


Text Example

White with #57215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57215D; }

 p { color: rgb(87,33,93); }

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

background-color css

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

 a { background-color: rgb(87,33,93); }

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

border-color css

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

 span { border-color: rgb(87,33,93); }

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