Html Css Color HEX #470EAC Purple Heart

📋 copy color: '#470EAC'

red 71 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #470EAC

Tints of Purple Heart #470EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

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

R = 27.63%
G = 5.45%
B = 66.93%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470EAC (or 0x470EAC) is known color: Purple Heart. HEX triplet: 47, 0E and AC. RGB value is (71,14,172). Sum of RGB (Red+Green+Blue) = 71+14+172=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #470EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470EAC is #B8F153. Grayscale: #303030. Windows color (decimal): -12120404 or 11275847. OLE color: 11275847.

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

Color convert

RGB 71 14 172 -
CMYK 0.59 0.92 0 0.33
HSL 261.65º 0.85% 0.36% -
HSV(B) 261.65º 0.92% 0.67% -
XYZ 10.2 4.63 39.39 -
YUV 49.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 71 14 172 0.59 0.92 0 0.33 261.65 0.85 0.36
Hex 47 E AC 3B 5C 0 21 106 55 24
Octal 107 16 254 73 134 0 41 406 125 44
Binary 1000111 1110 10101100 111011 1011100 0 100001 100000110 1010101 100100

Color Harmonies of #470EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EAC

Black with #470EAC

Text Example


Text Example

White with #470EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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