#452cbb

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

Shades of Purple Heart #452CBB

Tints of Purple Heart #452CBB

Color information

#452CBB (or 0x452CBB) is unknown color: approx Purple Heart. HEX triplet: 45, 2C and BB. RGB value is (69,44,187). Sum of RGB (Red+Green+Blue) = 69+44+187=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #452CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CBB is #BAD344. Grayscale: #434343. Windows color (decimal): -12243781 or 12266565. OLE color: 12266565.

HSL color Cylindrical-coordinate representation of color #452CBB: hue angle of 250.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452CBB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6944187-
CMYK0.630.7600.27
HSL250.49º61.9%45.29%-
HSV(B)250.49º76.47%73.33%-
XYZ12.326.6547.65-
YUV67.78195.28128.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 187 (73.44% from 255) = 62.33%
R=23%
G=14.67%
B=62.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69441870.630.7600.27250.4961.945.29
Hex452CBB3F4C01Bfa3e2d
Octal10554273771140333727655
Binary100010110110010111011111111100110001101111111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,187); }

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

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

 a { background-color: rgb(69,44,187); }

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

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

 span { border-color: rgb(69,44,187); }

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