#533ED0

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

Shades of Purple Heart #533ED0

Tints of Purple Heart #533ED0

Color information

#533ED0 (or 0x533ED0) is unknown color: approx Purple Heart. HEX triplet: 53, 3E and D0. RGB value is (83,62,208). Sum of RGB (Red+Green+Blue) = 83+62+208=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #533ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ED0 is #ACC12F. Grayscale: #545454. Windows color (decimal): -11321648 or 13647443. OLE color: 13647443.

HSL color Cylindrical-coordinate representation of color #533ED0: hue angle of 248.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533ED0 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8362208-
CMYK0.600.7000.18
HSL248.63º60.83%52.94%-
HSV(B)248.63º70.19%81.57%-
XYZ16.689.8460.69-
YUV84.92197.46126.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 208 (81.64% from 255) = 58.92%
R=23.51%
G=17.56%
B=58.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83622080.600.7000.18248.6360.8352.94
Hex533ED03C46012f93d35
Octal12376320741060223717565
Binary101001111111011010000111100100011001001011111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533ED0; }

 p { color: rgb(83,62,208); }

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

<style>
 a { background-color: #533ED0; }

 a { background-color: rgb(83,62,208); }

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

<style>
 span { border-color: #533ED0; }

 span { border-color: rgb(83,62,208); }

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