Html Css Color HEX #571D62 Hot Purple

📋 copy color: '#571D62'

red 87 ◦ green 29 ◦ blue 98

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

Shades of Hot Purple #571D62

Tints of Hot Purple #571D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 40.65%
G = 13.55%
B = 45.79%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#571D62 (or 0x571D62) is known color: Hot Purple. HEX triplet: 57, 1D and 62. RGB value is (87,29,98). Sum of RGB (Red+Green+Blue) = 87+29+98=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #571D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D62 is #A8E29D. Grayscale: #353535. Windows color (decimal): -11068062 or 6430039. OLE color: 6430039.

HSL color Cylindrical-coordinate representation of color #571D62: hue angle of 290.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571D62 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 29 98 -
CMYK 0.11 0.70 0 0.62
HSL 290.43º 0.54% 0.25% -
HSV(B) 290.43º 0.7% 0.38% -
XYZ 6.57 3.79 11.94 -
YUV 54.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 87 29 98 0.11 0.70 0 0.62 290.43 0.54 0.25
Hex 57 1D 62 B 46 0 3E 122 36 19
Octal 127 35 142 13 106 0 76 442 66 31
Binary 1010111 11101 1100010 1011 1000110 0 111110 100100010 110110 11001

Color Harmonies of #571D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D62

Black with #571D62

Text Example


Text Example

White with #571D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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