Html Css Color HEX #57125F Hot Purple

📋 copy color: '#57125F'

red 87 ◦ green 18 ◦ blue 95

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

Shades of Hot Purple #57125F

Tints of Hot Purple #57125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 43.5%
G = 9%
B = 47.5%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57125F (or 0x57125F) is known color: Hot Purple. HEX triplet: 57, 12 and 5F. RGB value is (87,18,95). Sum of RGB (Red+Green+Blue) = 87+18+95=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #57125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57125F is #A8EDA0. Grayscale: #2F2F2F. Windows color (decimal): -11070881 or 6230615. OLE color: 6230615.

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

Color convert

RGB 87 18 95 -
CMYK 0.08 0.81 0 0.63
HSL 293.77º 0.68% 0.22% -
HSV(B) 293.77º 0.81% 0.37% -
XYZ 6.21 3.29 11.13 -
YUV 47.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 87 18 95 0.08 0.81 0 0.63 293.77 0.68 0.22
Hex 57 12 5F 8 51 0 3F 126 44 16
Octal 127 22 137 10 121 0 77 446 104 26
Binary 1010111 10010 1011111 1000 1010001 0 111111 100100110 1000100 10110

Color Harmonies of #57125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57125F

Black with #57125F

Text Example


Text Example

White with #57125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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