#5425BA

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

Shades of Purple Heart #5425BA

Tints of Purple Heart #5425BA

Color information

#5425BA (or 0x5425BA) is unknown color: approx Purple Heart. HEX triplet: 54, 25 and BA. RGB value is (84,37,186). Sum of RGB (Red+Green+Blue) = 84+37+186=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #5425BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425BA is #ABDA45. Grayscale: #434343. Windows color (decimal): -11262534 or 12199252. OLE color: 12199252.

HSL color Cylindrical-coordinate representation of color #5425BA: hue angle of 258.93º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5425BA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8437186-
CMYK0.550.8000.27
HSL258.93º66.82%43.73%-
HSV(B)258.93º80.11%72.94%-
XYZ13.186.7547.06-
YUV68.04194.57139.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=27.36%
G=12.05%
B=60.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84371860.550.8000.27258.9366.8243.73
Hex5425BA375001B103432c
Octal124452726712003340310354
Binary10101001001011011101011011110100000110111000000111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5425BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,37,186); }

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

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

 a { background-color: rgb(84,37,186); }

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

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

 span { border-color: rgb(84,37,186); }

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