Html Css Color HEX #471BAA Purple Heart

📋 copy color: '#471BAA'

red 71 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #471BAA

Tints of Purple Heart #471BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.07%

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

R = 26.49%
G = 10.07%
B = 63.43%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471BAA (or 0x471BAA) is known color: Purple Heart. HEX triplet: 47, 1B and AA. RGB value is (71,27,170). Sum of RGB (Red+Green+Blue) = 71+27+170=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #471BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAA is #B8E455. Grayscale: #373737. Windows color (decimal): -12117078 or 11148103. OLE color: 11148103.

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

Color convert

RGB 71 27 170 -
CMYK 0.58 0.84 0 0.33
HSL 258.46º 0.73% 0.39% -
HSV(B) 258.46º 0.84% 0.67% -
XYZ 10.25 5.03 38.46 -
YUV 56.46 192.08 138.37 -
System Red Green Blue C M Y K H S L
Decimal 71 27 170 0.58 0.84 0 0.33 258.46 0.73 0.39
Hex 47 1B AA 3A 54 0 21 102 49 27
Octal 107 33 252 72 124 0 41 402 111 47
Binary 1000111 11011 10101010 111010 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #471BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BAA

Black with #471BAA

Text Example


Text Example

White with #471BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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