Html Css Color HEX #571BAC Purple Heart

📋 copy color: '#571BAC'

red 87 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #571BAC

Tints of Purple Heart #571BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

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

R = 30.42%
G = 9.44%
B = 60.14%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#571BAC (or 0x571BAC) is known color: Purple Heart. HEX triplet: 57, 1B and AC. RGB value is (87,27,172). Sum of RGB (Red+Green+Blue) = 87+27+172=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #571BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571BAC is #A8E453. Grayscale: #3C3C3C. Windows color (decimal): -11068500 or 11279191. OLE color: 11279191.

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

Color convert

RGB 87 27 172 -
CMYK 0.49 0.84 0 0.33
HSL 264.83º 0.73% 0.39% -
HSV(B) 264.83º 0.84% 0.67% -
XYZ 11.77 5.79 39.53 -
YUV 61.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 87 27 172 0.49 0.84 0 0.33 264.83 0.73 0.39
Hex 57 1B AC 31 54 0 21 109 49 27
Octal 127 33 254 61 124 0 41 411 111 47
Binary 1010111 11011 10101100 110001 1010100 0 100001 100001001 1001001 100111

Color Harmonies of #571BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BAC

Black with #571BAC

Text Example


Text Example

White with #571BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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