Html Css Color HEX #471EAD Purple Heart

📋 copy color: '#471EAD'

red 71 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #471EAD

Tints of Purple Heart #471EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

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

R = 25.91%
G = 10.95%
B = 63.14%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#471EAD (or 0x471EAD) is known color: Purple Heart. HEX triplet: 47, 1E and AD. RGB value is (71,30,173). Sum of RGB (Red+Green+Blue) = 71+30+173=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #471EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471EAD is #B8E152. Grayscale: #3A3A3A. Windows color (decimal): -12116307 or 11345479. OLE color: 11345479.

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

Color convert

RGB 71 30 173 -
CMYK 0.59 0.83 0 0.32
HSL 257.2º 0.7% 0.4% -
HSV(B) 257.2º 0.83% 0.68% -
XYZ 10.61 5.29 40 -
YUV 58.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 71 30 173 0.59 0.83 0 0.32 257.2 0.7 0.4
Hex 47 1E AD 3B 53 0 20 101 46 28
Octal 107 36 255 73 123 0 40 401 106 50
Binary 1000111 11110 10101101 111011 1010011 0 100000 100000001 1000110 101000

Color Harmonies of #471EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EAD

Black with #471EAD

Text Example


Text Example

White with #471EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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