Html Css Color HEX #471FAC Purple Heart

📋 copy color: '#471FAC'

red 71 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #471FAC

Tints of Purple Heart #471FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

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

R = 25.91%
G = 11.31%
B = 62.77%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471FAC (or 0x471FAC) is known color: Purple Heart. HEX triplet: 47, 1F and AC. RGB value is (71,31,172). Sum of RGB (Red+Green+Blue) = 71+31+172=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #471FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FAC is #B8E053. Grayscale: #3A3A3A. Windows color (decimal): -12116052 or 11280199. OLE color: 11280199.

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

Color convert

RGB 71 31 172 -
CMYK 0.59 0.82 0 0.33
HSL 257.02º 0.69% 0.4% -
HSV(B) 257.02º 0.82% 0.67% -
XYZ 10.53 5.3 39.5 -
YUV 59.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 71 31 172 0.59 0.82 0 0.33 257.02 0.69 0.4
Hex 47 1F AC 3B 52 0 21 101 45 28
Octal 107 37 254 73 122 0 41 401 105 50
Binary 1000111 11111 10101100 111011 1010010 0 100001 100000001 1000101 101000

Color Harmonies of #471FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FAC

Black with #471FAC

Text Example


Text Example

White with #471FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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