Html Css Color HEX #471FAE Purple Heart

📋 copy color: '#471FAE'

red 71 ◦ green 31 ◦ blue 174

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

Shades of Purple Heart #471FAE

Tints of Purple Heart #471FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

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

R = 25.72%
G = 11.23%
B = 63.04%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#471FAE (or 0x471FAE) is known color: Purple Heart. HEX triplet: 47, 1F and AE. RGB value is (71,31,174). Sum of RGB (Red+Green+Blue) = 71+31+174=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #471FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FAE is #B8E051. Grayscale: #3A3A3A. Windows color (decimal): -12116050 or 11411271. OLE color: 11411271.

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

Color convert

RGB 71 31 174 -
CMYK 0.59 0.82 0 0.32
HSL 256.78º 0.7% 0.4% -
HSV(B) 256.78º 0.82% 0.68% -
XYZ 10.73 5.38 40.52 -
YUV 59.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 71 31 174 0.59 0.82 0 0.32 256.78 0.7 0.4
Hex 47 1F AE 3B 52 0 20 101 46 28
Octal 107 37 256 73 122 0 40 401 106 50
Binary 1000111 11111 10101110 111011 1010010 0 100000 100000001 1000110 101000

Color Harmonies of #471FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FAE

Black with #471FAE

Text Example


Text Example

White with #471FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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