Html Css Color HEX #470FAF Purple Heart

📋 copy color: '#470FAF'

red 71 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #470FAF

Tints of Purple Heart #470FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 27.2%
G = 5.75%
B = 67.05%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#470FAF (or 0x470FAF) is known color: Purple Heart. HEX triplet: 47, 0F and AF. RGB value is (71,15,175). Sum of RGB (Red+Green+Blue) = 71+15+175=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #470FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470FAF is #B8F050. Grayscale: #313131. Windows color (decimal): -12120145 or 11472711. OLE color: 11472711.

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

Color convert

RGB 71 15 175 -
CMYK 0.59 0.91 0 0.31
HSL 261º 0.84% 0.37% -
HSV(B) 261º 0.91% 0.69% -
XYZ 10.51 4.78 40.93 -
YUV 49.98 198.55 142.99 -
System Red Green Blue C M Y K H S L
Decimal 71 15 175 0.59 0.91 0 0.31 261 0.84 0.37
Hex 47 F AF 3B 5B 0 1F 105 54 25
Octal 107 17 257 73 133 0 37 405 124 45
Binary 1000111 1111 10101111 111011 1011011 0 11111 100000101 1010100 100101

Color Harmonies of #470FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FAF

Black with #470FAF

Text Example


Text Example

White with #470FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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