#5433DC

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

Shades of Purple Heart #5433DC

Tints of Purple Heart #5433DC

Color information

#5433DC (or 0x5433DC) is unknown color: approx Purple Heart. HEX triplet: 54, 33 and DC. RGB value is (84,51,220). Sum of RGB (Red+Green+Blue) = 84+51+220=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #5433DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5433DC is #ABCC23. Grayscale: #4F4F4F. Windows color (decimal): -11258916 or 14431060. OLE color: 14431060.

HSL color Cylindrical-coordinate representation of color #5433DC: hue angle of 251.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5433DC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8451220-
CMYK0.620.7700.14
HSL251.72º70.71%53.14%-
HSV(B)251.72º76.82%86.27%-
XYZ17.769.4268.59-
YUV80.13206.93130.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 220 (86.33% from 255) = 61.97%
R=23.66%
G=14.37%
B=61.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84512200.620.7700.14251.7270.7153.14
Hex5433DC3E4D0Efc4735
Octal124633347611501637410765
Binary101010011001111011100111110100110101110111111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5433DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5433DC; }

 p { color: rgb(84,51,220); }

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

<style>
 a { background-color: #5433DC; }

 a { background-color: rgb(84,51,220); }

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

<style>
 span { border-color: #5433DC; }

 span { border-color: rgb(84,51,220); }

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