#5430d2

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

Shades of Purple Heart #5430D2

Tints of Purple Heart #5430D2

Color information

#5430D2 (or 0x5430D2) is unknown color: approx Purple Heart. HEX triplet: 54, 30 and D2. RGB value is (84,48,210). Sum of RGB (Red+Green+Blue) = 84+48+210=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #5430D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430D2 is #ABCF2D. Grayscale: #4C4C4C. Windows color (decimal): -11259694 or 13774932. OLE color: 13774932.

HSL color Cylindrical-coordinate representation of color #5430D2: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5430D2 is Cyan = 0.6, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8448210-
CMYK0.60.7700.18
HSL253.33º64.29%50.59%-
HSV(B)253.33º77.14%82.35%-
XYZ16.358.6561.78-
YUV77.23202.93132.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 210 (82.42% from 255) = 61.40%
R=24.56%
G=14.04%
B=61.40%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84482100.60.7700.18253.3364.2950.59
Hex5430D23C4D012fd4033
Octal124603227411502237510063
Binary1010100110000110100101111001001101010010111111011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5430d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5430d2; }

 p { color: rgb(84,48,210); }

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

<style>
 a { background-color: #5430d2; }

 a { background-color: rgb(84,48,210); }

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

<style>
 span { border-color: #5430d2; }

 span { border-color: rgb(84,48,210); }

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