Html Css Color HEX #571D58 Hot Purple

📋 copy color: '#571D58'

red 87 ◦ green 29 ◦ blue 88

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

Shades of Hot Purple #571D58

Tints of Hot Purple #571D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 42.65%
G = 14.22%
B = 43.14%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571D58 (or 0x571D58) is known color: Hot Purple. HEX triplet: 57, 1D and 58. RGB value is (87,29,88). Sum of RGB (Red+Green+Blue) = 87+29+88=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #571D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D58 is #A8E2A7. Grayscale: #343434. Windows color (decimal): -11068072 or 5774679. OLE color: 5774679.

HSL color Cylindrical-coordinate representation of color #571D58: hue angle of 298.98º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D58 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 29 88 -
CMYK 0.01 0.67 0 0.65
HSL 298.98º 0.5% 0.23% -
HSV(B) 298.98º 0.67% 0.35% -
XYZ 6.13 3.61 9.61 -
YUV 53.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 87 29 88 0.01 0.67 0 0.65 298.98 0.5 0.23
Hex 57 1D 58 1 43 0 41 12B 32 17
Octal 127 35 130 1 103 0 101 453 62 27
Binary 1010111 11101 1011000 1 1000011 0 1000001 100101011 110010 10111

Color Harmonies of #571D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D58

Black with #571D58

Text Example


Text Example

White with #571D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571D58; }

 p { color: rgb(87,29,88); }

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

background-color css

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

 a { background-color: rgb(87,29,88); }

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

border-color css

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

 span { border-color: rgb(87,29,88); }

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