Html Css Color HEX #471AAC Purple Heart

📋 copy color: '#471AAC'

red 71 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #471AAC

Tints of Purple Heart #471AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 26.39%
G = 9.67%
B = 63.94%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471AAC (or 0x471AAC) is known color: Purple Heart. HEX triplet: 47, 1A and AC. RGB value is (71,26,172). Sum of RGB (Red+Green+Blue) = 71+26+172=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #471AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AAC is #B8E553. Grayscale: #373737. Windows color (decimal): -12117332 or 11278919. OLE color: 11278919.

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

Color convert

RGB 71 26 172 -
CMYK 0.59 0.85 0 0.33
HSL 258.49º 0.74% 0.39% -
HSV(B) 258.49º 0.85% 0.67% -
XYZ 10.41 5.06 39.46 -
YUV 56.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 71 26 172 0.59 0.85 0 0.33 258.49 0.74 0.39
Hex 47 1A AC 3B 55 0 21 102 4A 27
Octal 107 32 254 73 125 0 41 402 112 47
Binary 1000111 11010 10101100 111011 1010101 0 100001 100000010 1001010 100111

Color Harmonies of #471AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AAC

Black with #471AAC

Text Example


Text Example

White with #471AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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