Html Css Color HEX #57155C Hot Purple

📋 copy color: '#57155C'

red 87 ◦ green 21 ◦ blue 92

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

Shades of Hot Purple #57155C

Tints of Hot Purple #57155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

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

R = 43.5%
G = 10.5%
B = 46%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57155C (or 0x57155C) is known color: Hot Purple. HEX triplet: 57, 15 and 5C. RGB value is (87,21,92). Sum of RGB (Red+Green+Blue) = 87+21+92=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #57155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155C is #A8EAA3. Grayscale: #303030. Windows color (decimal): -11070116 or 6034775. OLE color: 6034775.

HSL color Cylindrical-coordinate representation of color #57155C: hue angle of 295.77º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57155C is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 21 92 -
CMYK 0.05 0.77 0 0.64
HSL 295.77º 0.63% 0.22% -
HSV(B) 295.77º 0.77% 0.36% -
XYZ 6.13 3.34 10.45 -
YUV 48.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 87 21 92 0.05 0.77 0 0.64 295.77 0.63 0.22
Hex 57 15 5C 5 4D 0 40 128 3F 16
Octal 127 25 134 5 115 0 100 450 77 26
Binary 1010111 10101 1011100 101 1001101 0 1000000 100101000 111111 10110

Color Harmonies of #57155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57155C

Black with #57155C

Text Example


Text Example

White with #57155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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