Html Css Color HEX #57375C Hot Purple

📋 copy color: '#57375C'

red 87 ◦ green 55 ◦ blue 92

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

Shades of Hot Purple #57375C

Tints of Hot Purple #57375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 37.18%
G = 23.5%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57375C (or 0x57375C) is known color: Hot Purple. HEX triplet: 57, 37 and 5C. RGB value is (87,55,92). Sum of RGB (Red+Green+Blue) = 87+55+92=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #57375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57375C is #A8C8A3. Grayscale: #444444. Windows color (decimal): -11061412 or 6043479. OLE color: 6043479.

HSL color Cylindrical-coordinate representation of color #57375C: hue angle of 291.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57375C is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 55 92 -
CMYK 0.05 0.40 0 0.64
HSL 291.89º 0.25% 0.29% -
HSV(B) 291.89º 0.4% 0.36% -
XYZ 7.23 5.53 10.81 -
YUV 68.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 87 55 92 0.05 0.40 0 0.64 291.89 0.25 0.29
Hex 57 37 5C 5 28 0 40 124 19 1D
Octal 127 67 134 5 50 0 100 444 31 35
Binary 1010111 110111 1011100 101 101000 0 1000000 100100100 11001 11101

Color Harmonies of #57375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57375C

Black with #57375C

Text Example


Text Example

White with #57375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57375C; }

 p { color: rgb(87,55,92); }

 H1.HeaderClassName
 {
   color: #57375C;
 }
 .AnyTagClassName
 {
   color: #57375C;
 }
</style>

background-color css

<style>
 a { background-color: #57375C; }

 a { background-color: rgb(87,55,92); }

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

border-color css

<style>
 span { border-color: #57375C; }

 span { border-color: rgb(87,55,92); }

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