#472EC4

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

Shades of Purple Heart #472EC4

Tints of Purple Heart #472EC4

Color information

#472EC4 (or 0x472EC4) is unknown color: approx Purple Heart. HEX triplet: 47, 2E and C4. RGB value is (71,46,196). Sum of RGB (Red+Green+Blue) = 71+46+196=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #472EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EC4 is #B8D13B. Grayscale: #464646. Windows color (decimal): -12112188 or 12856903. OLE color: 12856903.

HSL color Cylindrical-coordinate representation of color #472EC4: hue angle of 250º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472EC4 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7146196-
CMYK0.640.7700.23
HSL250º61.98%47.45%-
HSV(B)250º76.53%76.86%-
XYZ13.547.2852.92-
YUV70.57198.78128.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 196 (76.95% from 255) = 62.62%
R=22.68%
G=14.70%
B=62.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71461960.640.7700.2325061.9847.45
Hex472EC4404D017fa3e2f
Octal107563041001150273727657
Binary1000111101110110001001000000100110101011111111010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,196); }

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

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

 a { background-color: rgb(71,46,196); }

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

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

 span { border-color: rgb(71,46,196); }

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