Html Css Color HEX #471EAC Purple Heart

📋 copy color: '#471EAC'

red 71 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #471EAC

Tints of Purple Heart #471EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 26.01%
G = 10.99%
B = 63%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471EAC (or 0x471EAC) is known color: Purple Heart. HEX triplet: 47, 1E and AC. RGB value is (71,30,172). Sum of RGB (Red+Green+Blue) = 71+30+172=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #471EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471EAC is #B8E153. Grayscale: #393939. Windows color (decimal): -12116308 or 11279943. OLE color: 11279943.

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

Color convert

RGB 71 30 172 -
CMYK 0.59 0.83 0 0.33
HSL 257.32º 0.7% 0.4% -
HSV(B) 257.32º 0.83% 0.67% -
XYZ 10.51 5.25 39.49 -
YUV 58.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 71 30 172 0.59 0.83 0 0.33 257.32 0.7 0.4
Hex 47 1E AC 3B 53 0 21 101 46 28
Octal 107 36 254 73 123 0 41 401 106 50
Binary 1000111 11110 10101100 111011 1010011 0 100001 100000001 1000110 101000

Color Harmonies of #471EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EAC

Black with #471EAC

Text Example


Text Example

White with #471EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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