#5426CF

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

Shades of Purple Heart #5426CF

Tints of Purple Heart #5426CF

Color information

#5426CF (or 0x5426CF) is unknown color: approx Purple Heart. HEX triplet: 54, 26 and CF. RGB value is (84,38,207). Sum of RGB (Red+Green+Blue) = 84+38+207=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #5426CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426CF is #ABD930. Grayscale: #464646. Windows color (decimal): -11262257 or 13575764. OLE color: 13575764.

HSL color Cylindrical-coordinate representation of color #5426CF: hue angle of 256.33º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5426CF is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8438207-
CMYK0.590.8200.19
HSL256.33º68.98%48.04%-
HSV(B)256.33º81.64%81.18%-
XYZ15.617.7859.71-
YUV71.02204.74137.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 207 (81.25% from 255) = 62.92%
R=25.53%
G=11.55%
B=62.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal84382070.590.8200.19256.3368.9848.04
Hex5426CF3B520131004530
Octal124463177312202340010560
Binary10101001001101100111111101110100100100111000000001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5426CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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