Html Css Color HEX #471EAE Purple Heart

📋 copy color: '#471EAE'

red 71 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #471EAE

Tints of Purple Heart #471EAE

RGB

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

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

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

R = 25.82%
G = 10.91%
B = 63.27%

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

#471EAE (or 0x471EAE) is known color: Purple Heart. HEX triplet: 47, 1E and AE. RGB value is (71,30,174). Sum of RGB (Red+Green+Blue) = 71+30+174=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #471EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471EAE is #B8E151. Grayscale: #3A3A3A. Windows color (decimal): -12116306 or 11411015. OLE color: 11411015.

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

Color convert

RGB 71 30 174 -
CMYK 0.59 0.83 0 0.32
HSL 257.08º 0.71% 0.4% -
HSV(B) 257.08º 0.83% 0.68% -
XYZ 10.7 5.32 40.51 -
YUV 58.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 71 30 174 0.59 0.83 0 0.32 257.08 0.71 0.4
Hex 47 1E AE 3B 53 0 20 101 47 28
Octal 107 36 256 73 123 0 40 401 107 50
Binary 1000111 11110 10101110 111011 1010011 0 100000 100000001 1000111 101000

Color Harmonies of #471EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EAE

Black with #471EAE

Text Example


Text Example

White with #471EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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