Html Css Color HEX #571359 Hot Purple

📋 copy color: '#571359'

red 87 ◦ green 19 ◦ blue 89

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

Shades of Hot Purple #571359

Tints of Hot Purple #571359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 44.62%
G = 9.74%
B = 45.64%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571359 (or 0x571359) is known color: Hot Purple. HEX triplet: 57, 13 and 59. RGB value is (87,19,89). Sum of RGB (Red+Green+Blue) = 87+19+89=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #571359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571359 is #A8ECA6. Grayscale: #2F2F2F. Windows color (decimal): -11070631 or 5837655. OLE color: 5837655.

HSL color Cylindrical-coordinate representation of color #571359: hue angle of 298.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571359 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 19 89 -
CMYK 0.02 0.79 0 0.65
HSL 298.29º 0.65% 0.21% -
HSV(B) 298.29º 0.79% 0.35% -
XYZ 5.97 3.21 9.76 -
YUV 47.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 87 19 89 0.02 0.79 0 0.65 298.29 0.65 0.21
Hex 57 13 59 2 4F 0 41 12A 41 15
Octal 127 23 131 2 117 0 101 452 101 25
Binary 1010111 10011 1011001 10 1001111 0 1000001 100101010 1000001 10101

Color Harmonies of #571359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571359

Black with #571359

Text Example


Text Example

White with #571359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571359; }

 p { color: rgb(87,19,89); }

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

background-color css

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

 a { background-color: rgb(87,19,89); }

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

border-color css

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

 span { border-color: rgb(87,19,89); }

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