Html Css Color HEX #471AAB Purple Heart

📋 copy color: '#471AAB'

red 71 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #471AAB

Tints of Purple Heart #471AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 26.49%
G = 9.7%
B = 63.81%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471AAB (or 0x471AAB) is known color: Purple Heart. HEX triplet: 47, 1A and AB. RGB value is (71,26,171). Sum of RGB (Red+Green+Blue) = 71+26+171=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #471AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AAB is #B8E554. Grayscale: #373737. Windows color (decimal): -12117333 or 11213383. OLE color: 11213383.

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

Color convert

RGB 71 26 171 -
CMYK 0.58 0.85 0 0.33
HSL 258.62º 0.74% 0.39% -
HSV(B) 258.62º 0.85% 0.67% -
XYZ 10.32 5.02 38.95 -
YUV 55.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 71 26 171 0.58 0.85 0 0.33 258.62 0.74 0.39
Hex 47 1A AB 3A 55 0 21 103 4A 27
Octal 107 32 253 72 125 0 41 403 112 47
Binary 1000111 11010 10101011 111010 1010101 0 100001 100000011 1001010 100111

Color Harmonies of #471AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AAB

Black with #471AAB

Text Example


Text Example

White with #471AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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