Html Css Color HEX #471DAE Purple Heart

📋 copy color: '#471DAE'

red 71 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #471DAE

Tints of Purple Heart #471DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 25.91%
G = 10.58%
B = 63.5%

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

#471DAE (or 0x471DAE) is known color: Purple Heart. HEX triplet: 47, 1D and AE. RGB value is (71,29,174). Sum of RGB (Red+Green+Blue) = 71+29+174=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #471DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471DAE is #B8E251. Grayscale: #393939. Windows color (decimal): -12116562 or 11410759. OLE color: 11410759.

HSL color Cylindrical-coordinate representation of color #471DAE: hue angle of 257.38º degrees, saturation: 0.71, 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 #471DAE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 29 174 -
CMYK 0.59 0.83 0 0.32
HSL 257.38º 0.71% 0.4% -
HSV(B) 257.38º 0.83% 0.68% -
XYZ 10.68 5.27 40.5 -
YUV 58.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 71 29 174 0.59 0.83 0 0.32 257.38 0.71 0.4
Hex 47 1D AE 3B 53 0 20 101 47 28
Octal 107 35 256 73 123 0 40 401 107 50
Binary 1000111 11101 10101110 111011 1010011 0 100000 100000001 1000111 101000

Color Harmonies of #471DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DAE

Black with #471DAE

Text Example


Text Example

White with #471DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,29,174); }

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

background-color css

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

 a { background-color: rgb(71,29,174); }

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

border-color css

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

 span { border-color: rgb(71,29,174); }

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