Html Css Color HEX #571FAC Purple Heart

📋 copy color: '#571FAC'

red 87 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #571FAC

Tints of Purple Heart #571FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 30%
G = 10.69%
B = 59.31%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#571FAC (or 0x571FAC) is known color: Purple Heart. HEX triplet: 57, 1F and AC. RGB value is (87,31,172). Sum of RGB (Red+Green+Blue) = 87+31+172=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #571FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571FAC is #A8E053. Grayscale: #3F3F3F. Windows color (decimal): -11067476 or 11280215. OLE color: 11280215.

HSL color Cylindrical-coordinate representation of color #571FAC: hue angle of 263.83º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571FAC is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 31 172 -
CMYK 0.49 0.82 0 0.33
HSL 263.83º 0.69% 0.4% -
HSV(B) 263.83º 0.82% 0.67% -
XYZ 11.87 5.98 39.56 -
YUV 63.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 87 31 172 0.49 0.82 0 0.33 263.83 0.69 0.4
Hex 57 1F AC 31 52 0 21 108 45 28
Octal 127 37 254 61 122 0 41 410 105 50
Binary 1010111 11111 10101100 110001 1010010 0 100001 100001000 1000101 101000

Color Harmonies of #571FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FAC

Black with #571FAC

Text Example


Text Example

White with #571FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,31,172); }

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

background-color css

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

 a { background-color: rgb(87,31,172); }

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

border-color css

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

 span { border-color: rgb(87,31,172); }

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