#452BB5

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

Shades of Purple Heart #452BB5

Tints of Purple Heart #452BB5

Color information

#452BB5 (or 0x452BB5) is unknown color: approx Purple Heart. HEX triplet: 45, 2B and B5. RGB value is (69,43,181). Sum of RGB (Red+Green+Blue) = 69+43+181=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #452BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452BB5 is #BAD44A. Grayscale: #414141. Windows color (decimal): -12244043 or 11873093. OLE color: 11873093.

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

Color convert

RGB6943181-
CMYK0.620.7600.29
HSL251.3º61.61%43.92%-
HSV(B)251.3º76.24%70.98%-
XYZ11.666.3344.32-
YUV66.51192.61129.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 181 (71.09% from 255) = 61.77%
R=23.55%
G=14.68%
B=61.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69431810.620.7600.29251.361.6143.92
Hex452BB53E4C01Dfb3e2c
Octal10553265761140353737654
Binary100010110101110110101111110100110001110111111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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