Html Css Color HEX #470EBA Purple Heart

📋 copy color: '#470EBA'

red 71 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #470EBA

Tints of Purple Heart #470EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 26.2%
G = 5.17%
B = 68.63%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#470EBA (or 0x470EBA) is known color: Purple Heart. HEX triplet: 47, 0E and BA. RGB value is (71,14,186). Sum of RGB (Red+Green+Blue) = 71+14+186=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #470EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EBA is #B8F145. Grayscale: #323232. Windows color (decimal): -12120390 or 12193351. OLE color: 12193351.

HSL color Cylindrical-coordinate representation of color #470EBA: hue angle of 259.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470EBA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 14 186 -
CMYK 0.62 0.92 0 0.27
HSL 259.88º 0.86% 0.39% -
HSV(B) 259.88º 0.92% 0.73% -
XYZ 11.62 5.2 46.85 -
YUV 50.65 204.38 142.51 -
System Red Green Blue C M Y K H S L
Decimal 71 14 186 0.62 0.92 0 0.27 259.88 0.86 0.39
Hex 47 E BA 3E 5C 0 1B 104 56 27
Octal 107 16 272 76 134 0 33 404 126 47
Binary 1000111 1110 10111010 111110 1011100 0 11011 100000100 1010110 100111

Color Harmonies of #470EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EBA

Black with #470EBA

Text Example


Text Example

White with #470EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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