#5433dd

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

Shades of Purple Heart #5433DD

Tints of Purple Heart #5433DD

Color information

#5433DD (or 0x5433DD) is unknown color: approx Purple Heart. HEX triplet: 54, 33 and DD. RGB value is (84,51,221). Sum of RGB (Red+Green+Blue) = 84+51+221=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #5433DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5433DD is #ABCC22. Grayscale: #4F4F4F. Windows color (decimal): -11258915 or 14496596. OLE color: 14496596.

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

Color convert

RGB8451221-
CMYK0.620.7700.13
HSL251.65º71.43%53.33%-
HSV(B)251.65º76.92%86.67%-
XYZ17.899.4769.29-
YUV80.25207.43130.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 221 (86.72% from 255) = 62.08%
R=23.60%
G=14.33%
B=62.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84512210.620.7700.13251.6571.4353.33
Hex5433DD3E4D0Dfc4735
Octal124633357611501537410765
Binary101010011001111011101111110100110101101111111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5433dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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