Html Css Color HEX #471CAD Purple Heart

📋 copy color: '#471CAD'

red 71 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #471CAD

Tints of Purple Heart #471CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

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

R = 26.1%
G = 10.29%
B = 63.6%

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

#471CAD (or 0x471CAD) is known color: Purple Heart. HEX triplet: 47, 1C and AD. RGB value is (71,28,173). Sum of RGB (Red+Green+Blue) = 71+28+173=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #471CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAD is #B8E352. Grayscale: #383838. Windows color (decimal): -12116819 or 11344967. OLE color: 11344967.

HSL color Cylindrical-coordinate representation of color #471CAD: hue angle of 257.79º degrees, saturation: 0.72, 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 #471CAD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 28 173 -
CMYK 0.59 0.84 0 0.32
HSL 257.79º 0.72% 0.39% -
HSV(B) 257.79º 0.84% 0.68% -
XYZ 10.56 5.19 39.98 -
YUV 57.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 71 28 173 0.59 0.84 0 0.32 257.79 0.72 0.39
Hex 47 1C AD 3B 54 0 20 102 48 27
Octal 107 34 255 73 124 0 40 402 110 47
Binary 1000111 11100 10101101 111011 1010100 0 100000 100000010 1001000 100111

Color Harmonies of #471CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CAD

Black with #471CAD

Text Example


Text Example

White with #471CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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