#533AD5

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

Shades of Purple Heart #533AD5

Tints of Purple Heart #533AD5

Color information

#533AD5 (or 0x533AD5) is unknown color: approx Purple Heart. HEX triplet: 53, 3A and D5. RGB value is (83,58,213). Sum of RGB (Red+Green+Blue) = 83+58+213=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #533AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AD5 is #ACC52A. Grayscale: #525252. Windows color (decimal): -11322667 or 13974099. OLE color: 13974099.

HSL color Cylindrical-coordinate representation of color #533AD5: hue angle of 249.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533AD5 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8358213-
CMYK0.610.7300.16
HSL249.68º64.85%53.14%-
HSV(B)249.68º72.77%83.53%-
XYZ17.099.6763.92-
YUV83.14201.28127.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 213 (83.59% from 255) = 60.17%
R=23.45%
G=16.38%
B=60.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83582130.610.7300.16249.6864.8553.14
Hex533AD53D49010fa4135
Octal123723257511102037210165
Binary1010011111010110101011111011001001010000111110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,58,213); }

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

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

 a { background-color: rgb(83,58,213); }

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

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

 span { border-color: rgb(83,58,213); }

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