Html Css Color HEX #470FBA Purple Heart

📋 copy color: '#470FBA'

red 71 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #470FBA

Tints of Purple Heart #470FBA

RGB

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

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

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

R = 26.1%
G = 5.51%
B = 68.38%

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

#470FBA (or 0x470FBA) is known color: Purple Heart. HEX triplet: 47, 0F and BA. RGB value is (71,15,186). Sum of RGB (Red+Green+Blue) = 71+15+186=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #470FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBA is #B8F045. Grayscale: #323232. Windows color (decimal): -12120134 or 12193607. OLE color: 12193607.

HSL color Cylindrical-coordinate representation of color #470FBA: hue angle of 259.65º degrees, saturation: 0.85, 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 #470FBA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 15 186 -
CMYK 0.62 0.92 0 0.27
HSL 259.65º 0.85% 0.39% -
HSV(B) 259.65º 0.92% 0.73% -
XYZ 11.63 5.23 46.85 -
YUV 51.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 71 15 186 0.62 0.92 0 0.27 259.65 0.85 0.39
Hex 47 F BA 3E 5C 0 1B 104 55 27
Octal 107 17 272 76 134 0 33 404 125 47
Binary 1000111 1111 10111010 111110 1011100 0 11011 100000100 1010101 100111

Color Harmonies of #470FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FBA

Black with #470FBA

Text Example


Text Example

White with #470FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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