Html Css Color HEX #471AAD Purple Heart

📋 copy color: '#471AAD'

red 71 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #471AAD

Tints of Purple Heart #471AAD

RGB

 RED value IS 71 (28.13% from 255) = 26.3%

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

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 26.3%
G = 9.63%
B = 64.07%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#471AAD (or 0x471AAD) is known color: Purple Heart. HEX triplet: 47, 1A and AD. RGB value is (71,26,173). Sum of RGB (Red+Green+Blue) = 71+26+173=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #471AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AAD is #B8E552. Grayscale: #373737. Windows color (decimal): -12117331 or 11344455. OLE color: 11344455.

HSL color Cylindrical-coordinate representation of color #471AAD: hue angle of 258.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471AAD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 26 173 -
CMYK 0.59 0.85 0 0.32
HSL 258.37º 0.74% 0.39% -
HSV(B) 258.37º 0.85% 0.68% -
XYZ 10.51 5.1 39.96 -
YUV 56.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 71 26 173 0.59 0.85 0 0.32 258.37 0.74 0.39
Hex 47 1A AD 3B 55 0 20 102 4A 27
Octal 107 32 255 73 125 0 40 402 112 47
Binary 1000111 11010 10101101 111011 1010101 0 100000 100000010 1001010 100111

Color Harmonies of #471AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AAD

Black with #471AAD

Text Example


Text Example

White with #471AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471AAD; }

 p { color: rgb(71,26,173); }

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

background-color css

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

 a { background-color: rgb(71,26,173); }

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

border-color css

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

 span { border-color: rgb(71,26,173); }

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