Html Css Color HEX #470EBC Purple Heart

📋 copy color: '#470EBC'

red 71 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #470EBC

Tints of Purple Heart #470EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 26.01%
G = 5.13%
B = 68.86%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#470EBC (or 0x470EBC) is known color: Purple Heart. HEX triplet: 47, 0E and BC. RGB value is (71,14,188). Sum of RGB (Red+Green+Blue) = 71+14+188=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #470EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EBC is #B8F143. Grayscale: #323232. Windows color (decimal): -12120388 or 12324423. OLE color: 12324423.

HSL color Cylindrical-coordinate representation of color #470EBC: hue angle of 259.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470EBC is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 14 188 -
CMYK 0.62 0.93 0 0.26
HSL 259.66º 0.86% 0.4% -
HSV(B) 259.66º 0.93% 0.74% -
XYZ 11.83 5.28 47.97 -
YUV 50.88 205.38 142.35 -
System Red Green Blue C M Y K H S L
Decimal 71 14 188 0.62 0.93 0 0.26 259.66 0.86 0.4
Hex 47 E BC 3E 5D 0 1A 104 56 28
Octal 107 16 274 76 135 0 32 404 126 50
Binary 1000111 1110 10111100 111110 1011101 0 11010 100000100 1010110 101000

Color Harmonies of #470EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EBC

Black with #470EBC

Text Example


Text Example

White with #470EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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