#533EBD

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

Shades of Purple Heart #533EBD

Tints of Purple Heart #533EBD

Color information

#533EBD (or 0x533EBD) is unknown color: approx Purple Heart. HEX triplet: 53, 3E and BD. RGB value is (83,62,189). Sum of RGB (Red+Green+Blue) = 83+62+189=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #533EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EBD is #ACC142. Grayscale: #525252. Windows color (decimal): -11321667 or 12402259. OLE color: 12402259.

HSL color Cylindrical-coordinate representation of color #533EBD: hue angle of 249.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533EBD is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8362189-
CMYK0.560.6700.26
HSL249.92º50.6%49.22%-
HSV(B)249.92º67.2%74.12%-
XYZ14.488.9649.11-
YUV82.76187.96128.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=24.85%
G=18.56%
B=56.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83621890.560.6700.26249.9250.649.22
Hex533EBD384301Afa3331
Octal12376275701030323726361
Binary101001111111010111101111000100001101101011111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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