#533FBB

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

Shades of Purple Heart #533FBB

Tints of Purple Heart #533FBB

Color information

#533FBB (or 0x533FBB) is unknown color: approx Purple Heart. HEX triplet: 53, 3F and BB. RGB value is (83,63,187). Sum of RGB (Red+Green+Blue) = 83+63+187=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #533FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FBB is #ACC044. Grayscale: #525252. Windows color (decimal): -11321413 or 12271443. OLE color: 12271443.

HSL color Cylindrical-coordinate representation of color #533FBB: hue angle of 249.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533FBB is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8363187-
CMYK0.560.6600.27
HSL249.68º49.6%49.02%-
HSV(B)249.68º66.31%73.33%-
XYZ14.318.9847.99-
YUV83.12186.63127.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=24.92%
G=18.92%
B=56.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83631870.560.6600.27249.6849.649.02
Hex533FBB384201Bfa3231
Octal12377273701020333726261
Binary101001111111110111011111000100001001101111111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,187); }

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

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

 a { background-color: rgb(83,63,187); }

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

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

 span { border-color: rgb(83,63,187); }

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