Html Css Color HEX #471CAC Purple Heart

📋 copy color: '#471CAC'

red 71 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #471CAC

Tints of Purple Heart #471CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 26.2%
G = 10.33%
B = 63.47%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471CAC (or 0x471CAC) is known color: Purple Heart. HEX triplet: 47, 1C and AC. RGB value is (71,28,172). Sum of RGB (Red+Green+Blue) = 71+28+172=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #471CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAC is #B8E353. Grayscale: #383838. Windows color (decimal): -12116820 or 11279431. OLE color: 11279431.

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

Color convert

RGB 71 28 172 -
CMYK 0.59 0.84 0 0.33
HSL 257.92º 0.72% 0.39% -
HSV(B) 257.92º 0.84% 0.67% -
XYZ 10.46 5.15 39.47 -
YUV 57.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 71 28 172 0.59 0.84 0 0.33 257.92 0.72 0.39
Hex 47 1C AC 3B 54 0 21 102 48 27
Octal 107 34 254 73 124 0 41 402 110 47
Binary 1000111 11100 10101100 111011 1010100 0 100001 100000010 1001000 100111

Color Harmonies of #471CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CAC

Black with #471CAC

Text Example


Text Example

White with #471CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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