Html Css Color HEX #57125B Hot Purple

📋 copy color: '#57125B'

red 87 ◦ green 18 ◦ blue 91

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

Shades of Hot Purple #57125B

Tints of Hot Purple #57125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 44.39%
G = 9.18%
B = 46.43%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57125B (or 0x57125B) is known color: Hot Purple. HEX triplet: 57, 12 and 5B. RGB value is (87,18,91). Sum of RGB (Red+Green+Blue) = 87+18+91=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #57125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57125B is #A8EDA4. Grayscale: #2E2E2E. Windows color (decimal): -11070885 or 5968471. OLE color: 5968471.

HSL color Cylindrical-coordinate representation of color #57125B: hue angle of 296.71º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57125B is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 18 91 -
CMYK 0.04 0.80 0 0.64
HSL 296.71º 0.67% 0.21% -
HSV(B) 296.71º 0.8% 0.36% -
XYZ 6.04 3.21 10.2 -
YUV 46.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 87 18 91 0.04 0.80 0 0.64 296.71 0.67 0.21
Hex 57 12 5B 4 50 0 40 129 43 15
Octal 127 22 133 4 120 0 100 451 103 25
Binary 1010111 10010 1011011 100 1010000 0 1000000 100101001 1000011 10101

Color Harmonies of #57125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57125B

Black with #57125B

Text Example


Text Example

White with #57125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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