#452FC9

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

Shades of Purple Heart #452FC9

Tints of Purple Heart #452FC9

Color information

#452FC9 (or 0x452FC9) is unknown color: approx Purple Heart. HEX triplet: 45, 2F and C9. RGB value is (69,47,201). Sum of RGB (Red+Green+Blue) = 69+47+201=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #452FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FC9 is #BAD036. Grayscale: #464646. Windows color (decimal): -12242999 or 13184837. OLE color: 13184837.

HSL color Cylindrical-coordinate representation of color #452FC9: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452FC9 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6947201-
CMYK0.660.7700.21
HSL248.57º62.1%48.63%-
HSV(B)248.57º76.62%78.82%-
XYZ14.017.5255.97-
YUV71.13201.29126.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 201 (78.91% from 255) = 63.41%
R=21.77%
G=14.83%
B=63.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69472010.660.7700.21248.5762.148.63
Hex452FC9424D015f93e31
Octal105573111021150253717661
Binary1000101101111110010011000010100110101010111111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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