Html Css Color HEX #571760 Hot Purple

📋 copy color: '#571760'

red 87 ◦ green 23 ◦ blue 96

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

Shades of Hot Purple #571760

Tints of Hot Purple #571760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 42.23%
G = 11.17%
B = 46.6%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#571760 (or 0x571760) is known color: Hot Purple. HEX triplet: 57, 17 and 60. RGB value is (87,23,96). Sum of RGB (Red+Green+Blue) = 87+23+96=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #571760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571760 is #A8E89F. Grayscale: #323232. Windows color (decimal): -11069600 or 6297431. OLE color: 6297431.

HSL color Cylindrical-coordinate representation of color #571760: hue angle of 292.6º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571760 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 23 96 -
CMYK 0.09 0.76 0 0.62
HSL 292.6º 0.61% 0.23% -
HSV(B) 292.6º 0.76% 0.38% -
XYZ 6.35 3.48 11.4 -
YUV 50.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 87 23 96 0.09 0.76 0 0.62 292.6 0.61 0.23
Hex 57 17 60 9 4C 0 3E 125 3D 17
Octal 127 27 140 11 114 0 76 445 75 27
Binary 1010111 10111 1100000 1001 1001100 0 111110 100100101 111101 10111

Color Harmonies of #571760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571760

Black with #571760

Text Example


Text Example

White with #571760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571760; }

 p { color: rgb(87,23,96); }

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

background-color css

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

 a { background-color: rgb(87,23,96); }

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

border-color css

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

 span { border-color: rgb(87,23,96); }

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