#533AB7

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

Shades of Purple Heart #533AB7

Tints of Purple Heart #533AB7

Color information

#533AB7 (or 0x533AB7) is unknown color: approx Purple Heart. HEX triplet: 53, 3A and B7. RGB value is (83,58,183). Sum of RGB (Red+Green+Blue) = 83+58+183=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #533AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AB7 is #ACC548. Grayscale: #4F4F4F. Windows color (decimal): -11322697 or 12008019. OLE color: 12008019.

HSL color Cylindrical-coordinate representation of color #533AB7: hue angle of 252º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533AB7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8358183-
CMYK0.550.6800.28
HSL252º51.87%47.25%-
HSV(B)252º68.31%71.76%-
XYZ13.638.2845.68-
YUV79.72186.28130.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 183 (71.88% from 255) = 56.48%
R=25.62%
G=17.90%
B=56.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83581830.550.6800.2825251.8747.25
Hex533AB7374401Cfc342f
Octal12372267671040343746457
Binary101001111101010110111110111100010001110011111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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