Html Css Color HEX #571459 Hot Purple

📋 copy color: '#571459'

red 87 ◦ green 20 ◦ blue 89

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

Shades of Hot Purple #571459

Tints of Hot Purple #571459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 44.39%
G = 10.2%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571459 (or 0x571459) is known color: Hot Purple. HEX triplet: 57, 14 and 59. RGB value is (87,20,89). Sum of RGB (Red+Green+Blue) = 87+20+89=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #571459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571459 is #A8EBA6. Grayscale: #2F2F2F. Windows color (decimal): -11070375 or 5837911. OLE color: 5837911.

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

Color convert

RGB 87 20 89 -
CMYK 0.02 0.78 0 0.65
HSL 298.26º 0.63% 0.21% -
HSV(B) 298.26º 0.78% 0.35% -
XYZ 5.98 3.25 9.76 -
YUV 47.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 87 20 89 0.02 0.78 0 0.65 298.26 0.63 0.21
Hex 57 14 59 2 4E 0 41 12A 3F 15
Octal 127 24 131 2 116 0 101 452 77 25
Binary 1010111 10100 1011001 10 1001110 0 1000001 100101010 111111 10101

Color Harmonies of #571459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571459

Black with #571459

Text Example


Text Example

White with #571459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571459; }

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

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

background-color css

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

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

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

border-color css

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

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

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