Html Css Color HEX #571061 Hot Purple

📋 copy color: '#571061'

red 87 ◦ green 16 ◦ blue 97

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

Shades of Hot Purple #571061

Tints of Hot Purple #571061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

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

R = 43.5%
G = 8%
B = 48.5%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#571061 (or 0x571061) is known color: Hot Purple. HEX triplet: 57, 10 and 61. RGB value is (87,16,97). Sum of RGB (Red+Green+Blue) = 87+16+97=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #571061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571061 is #A8EF9E. Grayscale: #2E2E2E. Windows color (decimal): -11071391 or 6361175. OLE color: 6361175.

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

Color convert

RGB 87 16 97 -
CMYK 0.10 0.84 0 0.62
HSL 292.59º 0.72% 0.22% -
HSV(B) 292.59º 0.84% 0.38% -
XYZ 6.27 3.26 11.61 -
YUV 46.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 87 16 97 0.10 0.84 0 0.62 292.59 0.72 0.22
Hex 57 10 61 A 54 0 3E 125 48 16
Octal 127 20 141 12 124 0 76 445 110 26
Binary 1010111 10000 1100001 1010 1010100 0 111110 100100101 1001000 10110

Color Harmonies of #571061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571061

Black with #571061

Text Example


Text Example

White with #571061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571061; }

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

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

background-color css

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

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

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

border-color css

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

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

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