Html Css Color HEX #471CAE Purple Heart

📋 copy color: '#471CAE'

red 71 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #471CAE

Tints of Purple Heart #471CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 26.01%
G = 10.26%
B = 63.74%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#471CAE (or 0x471CAE) is known color: Purple Heart. HEX triplet: 47, 1C and AE. RGB value is (71,28,174). Sum of RGB (Red+Green+Blue) = 71+28+174=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #471CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAE is #B8E351. Grayscale: #383838. Windows color (decimal): -12116818 or 11410503. OLE color: 11410503.

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

Color convert

RGB 71 28 174 -
CMYK 0.59 0.84 0 0.32
HSL 257.67º 0.72% 0.4% -
HSV(B) 257.67º 0.84% 0.68% -
XYZ 10.65 5.23 40.49 -
YUV 57.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 71 28 174 0.59 0.84 0 0.32 257.67 0.72 0.4
Hex 47 1C AE 3B 54 0 20 102 48 28
Octal 107 34 256 73 124 0 40 402 110 50
Binary 1000111 11100 10101110 111011 1010100 0 100000 100000010 1001000 101000

Color Harmonies of #471CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CAE

Black with #471CAE

Text Example


Text Example

White with #471CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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