#470BB4

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

Shades of Purple Heart #470BB4

Tints of Purple Heart #470BB4

Color information

#470BB4 (or 0x470BB4) is unknown color: approx Purple Heart. HEX triplet: 47, 0B and B4. RGB value is (71,11,180). Sum of RGB (Red+Green+Blue) = 71+11+180=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #470BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BB4 is #B8F44B. Grayscale: #2F2F2F. Windows color (decimal): -12121164 or 11799367. OLE color: 11799367.

HSL color Cylindrical-coordinate representation of color #470BB4: hue angle of 261.3º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470BB4 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7111180-
CMYK0.610.9400.29
HSL261.3º88.48%37.45%-
HSV(B)261.3º93.89%70.59%-
XYZ10.964.8743.54-
YUV48.21202.38144.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 180 (70.70% from 255) = 68.70%
R=27.10%
G=4.20%
B=68.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71111800.610.9400.29261.388.4837.45
Hex47BB43D5E01D1055825
Octal107132647513603540513045
Binary100011110111011010011110110111100111011000001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,11,180); }

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

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

 a { background-color: rgb(71,11,180); }

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

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

 span { border-color: rgb(71,11,180); }

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