Html Css Color HEX #57365D Hot Purple

📋 copy color: '#57365D'

red 87 ◦ green 54 ◦ blue 93

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

Shades of Hot Purple #57365D

Tints of Hot Purple #57365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

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

R = 37.18%
G = 23.08%
B = 39.74%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57365D (or 0x57365D) is known color: Hot Purple. HEX triplet: 57, 36 and 5D. RGB value is (87,54,93). Sum of RGB (Red+Green+Blue) = 87+54+93=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #57365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57365D is #A8C9A2. Grayscale: #444444. Windows color (decimal): -11061667 or 6108759. OLE color: 6108759.

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

Color convert

RGB 87 54 93 -
CMYK 0.06 0.42 0 0.64
HSL 290.77º 0.27% 0.29% -
HSV(B) 290.77º 0.42% 0.36% -
XYZ 7.23 5.45 11.03 -
YUV 68.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 87 54 93 0.06 0.42 0 0.64 290.77 0.27 0.29
Hex 57 36 5D 6 2A 0 40 123 1B 1D
Octal 127 66 135 6 52 0 100 443 33 35
Binary 1010111 110110 1011101 110 101010 0 1000000 100100011 11011 11101

Color Harmonies of #57365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57365D

Black with #57365D

Text Example


Text Example

White with #57365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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