#472BD0

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

Shades of Purple Heart #472BD0

Tints of Purple Heart #472BD0

Color information

#472BD0 (or 0x472BD0) is unknown color: approx Purple Heart. HEX triplet: 47, 2B and D0. RGB value is (71,43,208). Sum of RGB (Red+Green+Blue) = 71+43+208=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #472BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BD0 is #B8D42F. Grayscale: #454545. Windows color (decimal): -12112944 or 13642567. OLE color: 13642567.

HSL color Cylindrical-coordinate representation of color #472BD0: hue angle of 250.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472BD0 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7143208-
CMYK0.660.7900.18
HSL250.18º65.74%49.22%-
HSV(B)250.18º79.33%81.57%-
XYZ14.857.6260.36-
YUV70.18205.78128.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 208 (81.64% from 255) = 64.60%
R=22.05%
G=13.35%
B=64.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71432080.660.7900.18250.1865.7449.22
Hex472BD0424F012fa4231
Octal1075332010211702237210261
Binary10001111010111101000010000101001111010010111110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472BD0; }

 p { color: rgb(71,43,208); }

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

<style>
 a { background-color: #472BD0; }

 a { background-color: rgb(71,43,208); }

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

<style>
 span { border-color: #472BD0; }

 span { border-color: rgb(71,43,208); }

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