Html Css Color HEX #571CAC Purple Heart

📋 copy color: '#571CAC'

red 87 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #571CAC

Tints of Purple Heart #571CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

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

R = 30.31%
G = 9.76%
B = 59.93%

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

#571CAC (or 0x571CAC) is known color: Purple Heart. HEX triplet: 57, 1C and AC. RGB value is (87,28,172). Sum of RGB (Red+Green+Blue) = 87+28+172=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #571CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571CAC is #A8E353. Grayscale: #3D3D3D. Windows color (decimal): -11068244 or 11279447. OLE color: 11279447.

HSL color Cylindrical-coordinate representation of color #571CAC: hue angle of 264.58º degrees, saturation: 0.72, 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 #571CAC is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 28 172 -
CMYK 0.49 0.84 0 0.33
HSL 264.58º 0.72% 0.39% -
HSV(B) 264.58º 0.84% 0.67% -
XYZ 11.79 5.84 39.53 -
YUV 62.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 87 28 172 0.49 0.84 0 0.33 264.58 0.72 0.39
Hex 57 1C AC 31 54 0 21 109 48 27
Octal 127 34 254 61 124 0 41 411 110 47
Binary 1010111 11100 10101100 110001 1010100 0 100001 100001001 1001000 100111

Color Harmonies of #571CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CAC

Black with #571CAC

Text Example


Text Example

White with #571CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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