#452EBD

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

Shades of Purple Heart #452EBD

Tints of Purple Heart #452EBD

Color information

#452EBD (or 0x452EBD) is unknown color: approx Purple Heart. HEX triplet: 45, 2E and BD. RGB value is (69,46,189). Sum of RGB (Red+Green+Blue) = 69+46+189=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #452EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452EBD is #BAD142. Grayscale: #444444. Windows color (decimal): -12243267 or 12398149. OLE color: 12398149.

HSL color Cylindrical-coordinate representation of color #452EBD: hue angle of 249.65º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452EBD is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6946189-
CMYK0.630.7600.26
HSL249.65º60.85%46.08%-
HSV(B)249.65º75.66%74.12%-
XYZ12.626.8948.81-
YUV69.18195.62127.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 189 (74.22% from 255) = 62.17%
R=22.70%
G=15.13%
B=62.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69461890.630.7600.26249.6560.8546.08
Hex452EBD3F4C01Afa3d2e
Octal10556275771140323727556
Binary100010110111010111101111111100110001101011111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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