Html Css Color HEX #57135D Hot Purple

📋 copy color: '#57135D'

red 87 ◦ green 19 ◦ blue 93

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

Shades of Hot Purple #57135D

Tints of Hot Purple #57135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 43.72%
G = 9.55%
B = 46.73%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57135D (or 0x57135D) is known color: Hot Purple. HEX triplet: 57, 13 and 5D. RGB value is (87,19,93). Sum of RGB (Red+Green+Blue) = 87+19+93=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #57135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57135D is #A8ECA2. Grayscale: #2F2F2F. Windows color (decimal): -11070627 or 6099799. OLE color: 6099799.

HSL color Cylindrical-coordinate representation of color #57135D: hue angle of 295.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57135D is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 19 93 -
CMYK 0.06 0.80 0 0.64
HSL 295.14º 0.66% 0.22% -
HSV(B) 295.14º 0.8% 0.36% -
XYZ 6.14 3.28 10.67 -
YUV 47.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 87 19 93 0.06 0.80 0 0.64 295.14 0.66 0.22
Hex 57 13 5D 6 50 0 40 127 42 16
Octal 127 23 135 6 120 0 100 447 102 26
Binary 1010111 10011 1011101 110 1010000 0 1000000 100100111 1000010 10110

Color Harmonies of #57135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57135D

Black with #57135D

Text Example


Text Example

White with #57135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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