#470DCA

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

Shades of Purple Heart #470DCA

Tints of Purple Heart #470DCA

Color information

#470DCA (or 0x470DCA) is unknown color: approx Purple Heart. HEX triplet: 47, 0D and CA. RGB value is (71,13,202). Sum of RGB (Red+Green+Blue) = 71+13+202=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #470DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DCA is #B8F235. Grayscale: #333333. Windows color (decimal): -12120630 or 13241671. OLE color: 13241671.

HSL color Cylindrical-coordinate representation of color #470DCA: hue angle of 258.41º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DCA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7113202-
CMYK0.650.9400.21
HSL258.41º87.91%42.16%-
HSV(B)258.41º93.56%79.22%-
XYZ13.45.8956.31-
YUV51.89212.72141.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 202 (79.30% from 255) = 70.63%
R=24.83%
G=4.55%
B=70.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71132020.650.9400.21258.4187.9142.16
Hex47DCA415E015102582a
Octal1071531210113602540213052
Binary1000111110111001010100000110111100101011000000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,13,202); }

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

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

 a { background-color: rgb(71,13,202); }

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

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

 span { border-color: rgb(71,13,202); }

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