Html Css Color HEX #471BAB Purple Heart

📋 copy color: '#471BAB'

red 71 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #471BAB

Tints of Purple Heart #471BAB

RGB

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

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

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

R = 26.39%
G = 10.04%
B = 63.57%

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

#471BAB (or 0x471BAB) is known color: Purple Heart. HEX triplet: 47, 1B and AB. RGB value is (71,27,171). Sum of RGB (Red+Green+Blue) = 71+27+171=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #471BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAB is #B8E454. Grayscale: #383838. Windows color (decimal): -12117077 or 11213639. OLE color: 11213639.

HSL color Cylindrical-coordinate representation of color #471BAB: hue angle of 258.33º 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 #471BAB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 27 171 -
CMYK 0.58 0.84 0 0.33
HSL 258.33º 0.73% 0.39% -
HSV(B) 258.33º 0.84% 0.67% -
XYZ 10.34 5.06 38.96 -
YUV 56.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 71 27 171 0.58 0.84 0 0.33 258.33 0.73 0.39
Hex 47 1B AB 3A 54 0 21 102 49 27
Octal 107 33 253 72 124 0 41 402 111 47
Binary 1000111 11011 10101011 111010 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #471BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BAB

Black with #471BAB

Text Example


Text Example

White with #471BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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