Html Css Color HEX #57155D Hot Purple

📋 copy color: '#57155D'

red 87 ◦ green 21 ◦ blue 93

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

Shades of Hot Purple #57155D

Tints of Hot Purple #57155D

RGB

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

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

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

R = 43.28%
G = 10.45%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57155D (or 0x57155D) is known color: Hot Purple. HEX triplet: 57, 15 and 5D. RGB value is (87,21,93). Sum of RGB (Red+Green+Blue) = 87+21+93=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #57155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155D is #A8EAA2. Grayscale: #303030. Windows color (decimal): -11070115 or 6100311. OLE color: 6100311.

HSL color Cylindrical-coordinate representation of color #57155D: hue angle of 295º 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 #57155D is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 21 93 -
CMYK 0.06 0.77 0 0.64
HSL 295º 0.63% 0.22% -
HSV(B) 295º 0.77% 0.36% -
XYZ 6.17 3.35 10.68 -
YUV 48.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 87 21 93 0.06 0.77 0 0.64 295 0.63 0.22
Hex 57 15 5D 6 4D 0 40 127 3F 16
Octal 127 25 135 6 115 0 100 447 77 26
Binary 1010111 10101 1011101 110 1001101 0 1000000 100100111 111111 10110

Color Harmonies of #57155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57155D

Black with #57155D

Text Example


Text Example

White with #57155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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