#533DB5

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

Shades of Purple Heart #533DB5

Tints of Purple Heart #533DB5

Color information

#533DB5 (or 0x533DB5) is unknown color: approx Purple Heart. HEX triplet: 53, 3D and B5. RGB value is (83,61,181). Sum of RGB (Red+Green+Blue) = 83+61+181=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #533DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB5 is #ACC24A. Grayscale: #505050. Windows color (decimal): -11321931 or 11877715. OLE color: 11877715.

HSL color Cylindrical-coordinate representation of color #533DB5: hue angle of 251º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533DB5 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8361181-
CMYK0.540.6600.29
HSL251º49.59%47.45%-
HSV(B)251º66.3%70.98%-
XYZ13.588.5144.64-
YUV81.26184.29129.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 181 (71.09% from 255) = 55.69%
R=25.54%
G=18.77%
B=55.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83611810.540.6600.2925149.5947.45
Hex533DB5364201Dfb322f
Octal12375265661020353736257
Binary101001111110110110101110110100001001110111111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,181); }

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

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

 a { background-color: rgb(83,61,181); }

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

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

 span { border-color: rgb(83,61,181); }

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