Html Css Color HEX #471BAD Purple Heart

📋 copy color: '#471BAD'

red 71 ◦ green 27 ◦ blue 173

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

Shades of Purple Heart #471BAD

Tints of Purple Heart #471BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 26.2%
G = 9.96%
B = 63.84%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#471BAD (or 0x471BAD) is known color: Purple Heart. HEX triplet: 47, 1B and AD. RGB value is (71,27,173). Sum of RGB (Red+Green+Blue) = 71+27+173=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #471BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAD is #B8E452. Grayscale: #383838. Windows color (decimal): -12117075 or 11344711. OLE color: 11344711.

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

Color convert

RGB 71 27 173 -
CMYK 0.59 0.84 0 0.32
HSL 258.08º 0.73% 0.39% -
HSV(B) 258.08º 0.84% 0.68% -
XYZ 10.53 5.14 39.97 -
YUV 56.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 71 27 173 0.59 0.84 0 0.32 258.08 0.73 0.39
Hex 47 1B AD 3B 54 0 20 102 49 27
Octal 107 33 255 73 124 0 40 402 111 47
Binary 1000111 11011 10101101 111011 1010100 0 100000 100000010 1001001 100111

Color Harmonies of #471BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BAD

Black with #471BAD

Text Example


Text Example

White with #471BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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