Html Css Color HEX #470FAD Purple Heart

📋 copy color: '#470FAD'

red 71 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #470FAD

Tints of Purple Heart #470FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 173 (67.97% from 255) = 66.8%

R = 27.41%
G = 5.79%
B = 66.8%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#470FAD (or 0x470FAD) is known color: Purple Heart. HEX triplet: 47, 0F and AD. RGB value is (71,15,173). Sum of RGB (Red+Green+Blue) = 71+15+173=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #470FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470FAD is #B8F052. Grayscale: #313131. Windows color (decimal): -12120147 or 11341639. OLE color: 11341639.

HSL color Cylindrical-coordinate representation of color #470FAD: hue angle of 261.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470FAD is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 15 173 -
CMYK 0.59 0.91 0 0.32
HSL 261.27º 0.84% 0.37% -
HSV(B) 261.27º 0.91% 0.68% -
XYZ 10.31 4.7 39.9 -
YUV 49.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 71 15 173 0.59 0.91 0 0.32 261.27 0.84 0.37
Hex 47 F AD 3B 5B 0 20 105 54 25
Octal 107 17 255 73 133 0 40 405 124 45
Binary 1000111 1111 10101101 111011 1011011 0 100000 100000101 1010100 100101

Color Harmonies of #470FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FAD

Black with #470FAD

Text Example


Text Example

White with #470FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,173); }

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

background-color css

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

 a { background-color: rgb(71,15,173); }

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

border-color css

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

 span { border-color: rgb(71,15,173); }

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