Html Css Color HEX #571259 Hot Purple

📋 copy color: '#571259'

red 87 ◦ green 18 ◦ blue 89

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

Shades of Hot Purple #571259

Tints of Hot Purple #571259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 44.85%
G = 9.28%
B = 45.88%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571259 (or 0x571259) is known color: Hot Purple. HEX triplet: 57, 12 and 59. RGB value is (87,18,89). Sum of RGB (Red+Green+Blue) = 87+18+89=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #571259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571259 is #A8EDA6. Grayscale: #2E2E2E. Windows color (decimal): -11070887 or 5837399. OLE color: 5837399.

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

Color convert

RGB 87 18 89 -
CMYK 0.02 0.80 0 0.65
HSL 298.31º 0.66% 0.21% -
HSV(B) 298.31º 0.8% 0.35% -
XYZ 5.95 3.18 9.75 -
YUV 46.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 87 18 89 0.02 0.80 0 0.65 298.31 0.66 0.21
Hex 57 12 59 2 50 0 41 12A 42 15
Octal 127 22 131 2 120 0 101 452 102 25
Binary 1010111 10010 1011001 10 1010000 0 1000001 100101010 1000010 10101

Color Harmonies of #571259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571259

Black with #571259

Text Example


Text Example

White with #571259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571259; }

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

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

background-color css

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

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

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

border-color css

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

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

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