#4502BA

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

Shades of Purple Heart #4502BA

Tints of Purple Heart #4502BA

Color information

#4502BA (or 0x4502BA) is unknown color: approx Purple Heart. HEX triplet: 45, 02 and BA. RGB value is (69,2,186). Sum of RGB (Red+Green+Blue) = 69+2+186=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #4502BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4502BA is #BAFD45. Grayscale: #2A2A2A. Windows color (decimal): -12254534 or 12190277. OLE color: 12190277.

HSL color Cylindrical-coordinate representation of color #4502BA: hue angle of 261.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502BA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB692186-
CMYK0.630.9900.27
HSL261.85º97.87%36.86%-
HSV(B)261.85º98.92%72.94%-
XYZ11.344.8546.79-
YUV43.01208.7146.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 186 (73.05% from 255) = 72.37%
R=26.85%
G=0.78%
B=72.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6921860.630.9900.27261.8597.8736.86
Hex452BA3F6301B1066225
Octal10522727714303340614245
Binary1000101101011101011111111000110110111000001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4502BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4502BA; }

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

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

<style>
 a { background-color: #4502BA; }

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

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

<style>
 span { border-color: #4502BA; }

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

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