#452BBD

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

Shades of Purple Heart #452BBD

Tints of Purple Heart #452BBD

Color information

#452BBD (or 0x452BBD) is unknown color: approx Purple Heart. HEX triplet: 45, 2B and BD. RGB value is (69,43,189). Sum of RGB (Red+Green+Blue) = 69+43+189=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #452BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452BBD is #BAD442. Grayscale: #424242. Windows color (decimal): -12244035 or 12397381. OLE color: 12397381.

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

Color convert

RGB6943189-
CMYK0.630.7700.26
HSL250.68º62.93%45.49%-
HSV(B)250.68º77.25%74.12%-
XYZ12.56.6748.77-
YUV67.42196.61129.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=22.92%
G=14.29%
B=62.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69431890.630.7700.26250.6862.9345.49
Hex452BBD3F4D01Afb3f2d
Octal10553275771150323737755
Binary100010110101110111101111111100110101101011111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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