Html Css Color HEX #57135F Hot Purple

📋 copy color: '#57135F'

red 87 ◦ green 19 ◦ blue 95

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

Shades of Hot Purple #57135F

Tints of Hot Purple #57135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 43.28%
G = 9.45%
B = 47.26%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57135F (or 0x57135F) is known color: Hot Purple. HEX triplet: 57, 13 and 5F. RGB value is (87,19,95). Sum of RGB (Red+Green+Blue) = 87+19+95=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #57135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57135F is #A8ECA0. Grayscale: #2F2F2F. Windows color (decimal): -11070625 or 6230871. OLE color: 6230871.

HSL color Cylindrical-coordinate representation of color #57135F: hue angle of 293.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57135F is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 19 95 -
CMYK 0.08 0.80 0 0.63
HSL 293.68º 0.67% 0.22% -
HSV(B) 293.68º 0.8% 0.37% -
XYZ 6.23 3.32 11.14 -
YUV 48 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 87 19 95 0.08 0.80 0 0.63 293.68 0.67 0.22
Hex 57 13 5F 8 50 0 3F 126 43 16
Octal 127 23 137 10 120 0 77 446 103 26
Binary 1010111 10011 1011111 1000 1010000 0 111111 100100110 1000011 10110

Color Harmonies of #57135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57135F

Black with #57135F

Text Example


Text Example

White with #57135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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