#452FBA

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

Shades of Purple Heart #452FBA

Tints of Purple Heart #452FBA

Color information

#452FBA (or 0x452FBA) is unknown color: approx Purple Heart. HEX triplet: 45, 2F and BA. RGB value is (69,47,186). Sum of RGB (Red+Green+Blue) = 69+47+186=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #452FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FBA is #BAD045. Grayscale: #444444. Windows color (decimal): -12243014 or 12201797. OLE color: 12201797.

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

Color convert

RGB6947186-
CMYK0.630.7500.27
HSL249.5º59.66%45.69%-
HSV(B)249.5º74.73%72.94%-
XYZ12.336.8447.13-
YUV69.42193.79127.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=22.85%
G=15.56%
B=61.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69471860.630.7500.27249.559.6645.69
Hex452FBA3F4B01Bf93c2e
Octal10557272771130333717456
Binary100010110111110111010111111100101101101111111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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