Html Css Color HEX #571ABC Purple Heart

📋 copy color: '#571ABC'

red 87 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #571ABC

Tints of Purple Heart #571ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 28.9%
G = 8.64%
B = 62.46%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#571ABC (or 0x571ABC) is known color: Purple Heart. HEX triplet: 57, 1A and BC. RGB value is (87,26,188). Sum of RGB (Red+Green+Blue) = 87+26+188=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #571ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ABC is #A8E543. Grayscale: #3E3E3E. Windows color (decimal): -11068740 or 12327511. OLE color: 12327511.

HSL color Cylindrical-coordinate representation of color #571ABC: hue angle of 262.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571ABC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 26 188 -
CMYK 0.54 0.86 0 0.26
HSL 262.59º 0.76% 0.42% -
HSV(B) 262.59º 0.86% 0.74% -
XYZ 13.38 6.4 48.11 -
YUV 62.71 198.71 145.33 -
System Red Green Blue C M Y K H S L
Decimal 87 26 188 0.54 0.86 0 0.26 262.59 0.76 0.42
Hex 57 1A BC 36 56 0 1A 107 4C 2A
Octal 127 32 274 66 126 0 32 407 114 52
Binary 1010111 11010 10111100 110110 1010110 0 11010 100000111 1001100 101010

Color Harmonies of #571ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ABC

Black with #571ABC

Text Example


Text Example

White with #571ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571ABC; }

 p { color: rgb(87,26,188); }

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

background-color css

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

 a { background-color: rgb(87,26,188); }

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

border-color css

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

 span { border-color: rgb(87,26,188); }

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