#452dd1

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

Shades of Purple Heart #452DD1

Tints of Purple Heart #452DD1

Color information

#452DD1 (or 0x452DD1) is unknown color: approx Purple Heart. HEX triplet: 45, 2D and D1. RGB value is (69,45,209). Sum of RGB (Red+Green+Blue) = 69+45+209=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #452DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DD1 is #BAD22E. Grayscale: #464646. Windows color (decimal): -12243503 or 13708613. OLE color: 13708613.

HSL color Cylindrical-coordinate representation of color #452DD1: hue angle of 248.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452DD1 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6945209-
CMYK0.670.7800.18
HSL248.78º64.57%49.8%-
HSV(B)248.78º78.47%81.96%-
XYZ14.97.7561.03-
YUV70.87205.95126.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 209 (82.03% from 255) = 64.71%
R=21.36%
G=13.93%
B=64.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69452090.670.7800.18248.7864.5749.8
Hex452DD1434E012f94132
Octal1055532110311602237110162
Binary10001011011011101000110000111001110010010111110011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,45,209); }

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

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

 a { background-color: rgb(69,45,209); }

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

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

 span { border-color: rgb(69,45,209); }

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