Html Css Color HEX #571161 Hot Purple

📋 copy color: '#571161'

red 87 ◦ green 17 ◦ blue 97

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

Shades of Hot Purple #571161

Tints of Hot Purple #571161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 43.28%
G = 8.46%
B = 48.26%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#571161 (or 0x571161) is known color: Hot Purple. HEX triplet: 57, 11 and 61. RGB value is (87,17,97). Sum of RGB (Red+Green+Blue) = 87+17+97=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #571161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571161 is #A8EE9E. Grayscale: #2E2E2E. Windows color (decimal): -11071135 or 6361431. OLE color: 6361431.

HSL color Cylindrical-coordinate representation of color #571161: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571161 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 17 97 -
CMYK 0.10 0.82 0 0.62
HSL 292.5º 0.7% 0.22% -
HSV(B) 292.5º 0.82% 0.38% -
XYZ 6.29 3.29 11.61 -
YUV 47.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 87 17 97 0.10 0.82 0 0.62 292.5 0.7 0.22
Hex 57 11 61 A 52 0 3E 124 46 16
Octal 127 21 141 12 122 0 76 444 106 26
Binary 1010111 10001 1100001 1010 1010010 0 111110 100100100 1000110 10110

Color Harmonies of #571161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571161

Black with #571161

Text Example


Text Example

White with #571161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571161; }

 p { color: rgb(87,17,97); }

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

background-color css

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

 a { background-color: rgb(87,17,97); }

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

border-color css

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

 span { border-color: rgb(87,17,97); }

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