#452fb5

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

Shades of Purple Heart #452FB5

Tints of Purple Heart #452FB5

Color information

#452FB5 (or 0x452FB5) is unknown color: approx Purple Heart. HEX triplet: 45, 2F and B5. RGB value is (69,47,181). Sum of RGB (Red+Green+Blue) = 69+47+181=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #452FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FB5 is #BAD04A. Grayscale: #444444. Windows color (decimal): -12243019 or 11874117. OLE color: 11874117.

HSL color Cylindrical-coordinate representation of color #452FB5: hue angle of 249.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452FB5 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6947181-
CMYK0.620.7400.29
HSL249.85º58.77%44.71%-
HSV(B)249.85º74.03%70.98%-
XYZ11.816.6344.37-
YUV68.85191.29128.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 181 (71.09% from 255) = 60.94%
R=23.23%
G=15.82%
B=60.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69471810.620.7400.29249.8558.7744.71
Hex452FB53E4A01Dfa3b2d
Octal10557265761120353727355
Binary100010110111110110101111110100101001110111111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,47,181); }

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

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

 a { background-color: rgb(69,47,181); }

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

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

 span { border-color: rgb(69,47,181); }

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