Html Css Color HEX #471FAB Purple Heart

📋 copy color: '#471FAB'

red 71 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #471FAB

Tints of Purple Heart #471FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 26.01%
G = 11.36%
B = 62.64%

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

#471FAB (or 0x471FAB) is known color: Purple Heart. HEX triplet: 47, 1F and AB. RGB value is (71,31,171). Sum of RGB (Red+Green+Blue) = 71+31+171=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #471FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FAB is #B8E054. Grayscale: #3A3A3A. Windows color (decimal): -12116053 or 11214663. OLE color: 11214663.

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

Color convert

RGB 71 31 171 -
CMYK 0.58 0.82 0 0.33
HSL 257.14º 0.69% 0.4% -
HSV(B) 257.14º 0.82% 0.67% -
XYZ 10.44 5.26 38.99 -
YUV 58.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 71 31 171 0.58 0.82 0 0.33 257.14 0.69 0.4
Hex 47 1F AB 3A 52 0 21 101 45 28
Octal 107 37 253 72 122 0 41 401 105 50
Binary 1000111 11111 10101011 111010 1010010 0 100001 100000001 1000101 101000

Color Harmonies of #471FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FAB

Black with #471FAB

Text Example


Text Example

White with #471FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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