#5426BC

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

Shades of Purple Heart #5426BC

Tints of Purple Heart #5426BC

Color information

#5426BC (or 0x5426BC) is unknown color: approx Purple Heart. HEX triplet: 54, 26 and BC. RGB value is (84,38,188). Sum of RGB (Red+Green+Blue) = 84+38+188=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #5426BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426BC is #ABD943. Grayscale: #444444. Windows color (decimal): -11262276 or 12330580. OLE color: 12330580.

HSL color Cylindrical-coordinate representation of color #5426BC: hue angle of 258.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5426BC is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8438188-
CMYK0.550.8000.26
HSL258.4º66.37%44.31%-
HSV(B)258.4º79.79%73.73%-
XYZ13.436.948.2-
YUV68.85195.24138.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=27.10%
G=12.26%
B=60.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84381880.550.8000.26258.466.3744.31
Hex5426BC375001A102422c
Octal124462746712003240210254
Binary10101001001101011110011011110100000110101000000101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5426BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5426BC; }

 p { color: rgb(84,38,188); }

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

<style>
 a { background-color: #5426BC; }

 a { background-color: rgb(84,38,188); }

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

<style>
 span { border-color: #5426BC; }

 span { border-color: rgb(84,38,188); }

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