#470FBE

Color #470FBE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #470FBE

Tints of Purple Heart #470FBE

Color information

#470FBE (or 0x470FBE) is unknown color: approx Purple Heart. HEX triplet: 47, 0F and BE. RGB value is (71,15,190). Sum of RGB (Red+Green+Blue) = 71+15+190=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #470FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBE is #B8F041. Grayscale: #333333. Windows color (decimal): -12120130 or 12455751. OLE color: 12455751.

HSL color Cylindrical-coordinate representation of color #470FBE: hue angle of 259.2º 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 #470FBE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7115190-
CMYK0.630.9200.25
HSL259.2º85.37%40.2%-
HSV(B)259.2º92.11%74.51%-
XYZ12.065.449.12-
YUV51.69206.05141.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 190 (74.61% from 255) = 68.84%
R=25.72%
G=5.43%
B=68.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71151900.630.9200.25259.285.3740.2
Hex47FBE3F5C0191035528
Octal107172767713403140312550
Binary100011111111011111011111110111000110011000000111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #470FBE;
 }
 .AnyTagClassName
 {
   color: #470FBE;
 }
</style>
background-color css

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

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

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

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

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

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