Html Css Color HEX #571D5A Hot Purple

📋 copy color: '#571D5A'

red 87 ◦ green 29 ◦ blue 90

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

Shades of Hot Purple #571D5A

Tints of Hot Purple #571D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 42.23%
G = 14.08%
B = 43.69%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571D5A (or 0x571D5A) is known color: Hot Purple. HEX triplet: 57, 1D and 5A. RGB value is (87,29,90). Sum of RGB (Red+Green+Blue) = 87+29+90=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #571D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D5A is #A8E2A5. Grayscale: #353535. Windows color (decimal): -11068070 or 5905751. OLE color: 5905751.

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

Color convert

RGB 87 29 90 -
CMYK 0.03 0.68 0 0.65
HSL 297.05º 0.51% 0.23% -
HSV(B) 297.05º 0.68% 0.35% -
XYZ 6.22 3.64 10.05 -
YUV 53.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 87 29 90 0.03 0.68 0 0.65 297.05 0.51 0.23
Hex 57 1D 5A 3 44 0 41 129 33 17
Octal 127 35 132 3 104 0 101 451 63 27
Binary 1010111 11101 1011010 11 1000100 0 1000001 100101001 110011 10111

Color Harmonies of #571D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D5A

Black with #571D5A

Text Example


Text Example

White with #571D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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