#452FBD

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

Shades of Purple Heart #452FBD

Tints of Purple Heart #452FBD

Color information

#452FBD (or 0x452FBD) is unknown color: approx Purple Heart. HEX triplet: 45, 2F and BD. RGB value is (69,47,189). Sum of RGB (Red+Green+Blue) = 69+47+189=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #452FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FBD is #BAD042. Grayscale: #454545. Windows color (decimal): -12243011 or 12398405. OLE color: 12398405.

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

Color convert

RGB6947189-
CMYK0.630.7500.26
HSL249.3º60.17%46.27%-
HSV(B)249.3º75.13%74.12%-
XYZ12.666.9748.82-
YUV69.77195.29127.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=22.62%
G=15.41%
B=61.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69471890.630.7500.26249.360.1746.27
Hex452FBD3F4B01Af93c2e
Octal10557275771130323717456
Binary100010110111110111101111111100101101101011111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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