Html Css Color HEX #470FBF Purple Heart

📋 copy color: '#470FBF'

red 71 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #470FBF

Tints of Purple Heart #470FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.95%

R = 25.63%
G = 5.42%
B = 68.95%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#470FBF (or 0x470FBF) is known color: Purple Heart. HEX triplet: 47, 0F and BF. RGB value is (71,15,191). Sum of RGB (Red+Green+Blue) = 71+15+191=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #470FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBF is #B8F040. Grayscale: #333333. Windows color (decimal): -12120129 or 12521287. OLE color: 12521287.

HSL color Cylindrical-coordinate representation of color #470FBF: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470FBF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 15 191 -
CMYK 0.63 0.92 0 0.25
HSL 259.09º 0.85% 0.4% -
HSV(B) 259.09º 0.92% 0.75% -
XYZ 12.17 5.44 49.7 -
YUV 51.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 71 15 191 0.63 0.92 0 0.25 259.09 0.85 0.4
Hex 47 F BF 3F 5C 0 19 103 55 28
Octal 107 17 277 77 134 0 31 403 125 50
Binary 1000111 1111 10111111 111111 1011100 0 11001 100000011 1010101 101000

Color Harmonies of #470FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FBF

Black with #470FBF

Text Example


Text Example

White with #470FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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