#452fcf

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

Shades of Purple Heart #452FCF

Tints of Purple Heart #452FCF

Color information

#452FCF (or 0x452FCF) is unknown color: approx Purple Heart. HEX triplet: 45, 2F and CF. RGB value is (69,47,207). Sum of RGB (Red+Green+Blue) = 69+47+207=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #452FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FCF is #BAD030. Grayscale: #474747. Windows color (decimal): -12242993 or 13578053. OLE color: 13578053.

HSL color Cylindrical-coordinate representation of color #452FCF: hue angle of 248.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452FCF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6947207-
CMYK0.670.7700.19
HSL248.25º62.99%49.8%-
HSV(B)248.25º77.29%81.18%-
XYZ14.737.859.76-
YUV71.82204.29125.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 207 (81.25% from 255) = 64.09%
R=21.36%
G=14.55%
B=64.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69472070.670.7700.19248.2562.9949.8
Hex452FCF434D013f83f32
Octal105573171031150233707762
Binary1000101101111110011111000011100110101001111111000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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