Html Css Color HEX #471FAA Purple Heart

📋 copy color: '#471FAA'

red 71 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #471FAA

Tints of Purple Heart #471FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 26.1%
G = 11.4%
B = 62.5%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471FAA (or 0x471FAA) is known color: Purple Heart. HEX triplet: 47, 1F and AA. RGB value is (71,31,170). Sum of RGB (Red+Green+Blue) = 71+31+170=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #471FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FAA is #B8E055. Grayscale: #3A3A3A. Windows color (decimal): -12116054 or 11149127. OLE color: 11149127.

HSL color Cylindrical-coordinate representation of color #471FAA: hue angle of 257.27º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471FAA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 31 170 -
CMYK 0.58 0.82 0 0.33
HSL 257.27º 0.69% 0.39% -
HSV(B) 257.27º 0.82% 0.67% -
XYZ 10.34 5.22 38.49 -
YUV 58.81 190.75 136.7 -
System Red Green Blue C M Y K H S L
Decimal 71 31 170 0.58 0.82 0 0.33 257.27 0.69 0.39
Hex 47 1F AA 3A 52 0 21 101 45 27
Octal 107 37 252 72 122 0 41 401 105 47
Binary 1000111 11111 10101010 111010 1010010 0 100001 100000001 1000101 100111

Color Harmonies of #471FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FAA

Black with #471FAA

Text Example


Text Example

White with #471FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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