#452ED4

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

Shades of Purple Heart #452ED4

Tints of Purple Heart #452ED4

Color information

#452ED4 (or 0x452ED4) is unknown color: approx Purple Heart. HEX triplet: 45, 2E and D4. RGB value is (69,46,212). Sum of RGB (Red+Green+Blue) = 69+46+212=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #452ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ED4 is #BAD12B. Grayscale: #474747. Windows color (decimal): -12243244 or 13905477. OLE color: 13905477.

HSL color Cylindrical-coordinate representation of color #452ED4: hue angle of 248.31º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ED4 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6946212-
CMYK0.670.7800.17
HSL248.31º65.87%50.59%-
HSV(B)248.31º78.3%83.14%-
XYZ15.317.9763.02-
YUV71.8207.12126-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 212 (83.20% from 255) = 64.83%
R=21.10%
G=14.07%
B=64.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69462120.670.7800.17248.3165.8750.59
Hex452ED4434E011f84233
Octal1055632410311602137010263
Binary10001011011101101010010000111001110010001111110001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452ED4; }

 p { color: rgb(69,46,212); }

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

<style>
 a { background-color: #452ED4; }

 a { background-color: rgb(69,46,212); }

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

<style>
 span { border-color: #452ED4; }

 span { border-color: rgb(69,46,212); }

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