#533fbe

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

Shades of Purple Heart #533FBE

Tints of Purple Heart #533FBE

Color information

#533FBE (or 0x533FBE) is unknown color: approx Purple Heart. HEX triplet: 53, 3F and BE. RGB value is (83,63,190). Sum of RGB (Red+Green+Blue) = 83+63+190=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #533FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FBE is #ACC041. Grayscale: #525252. Windows color (decimal): -11321410 or 12468051. OLE color: 12468051.

HSL color Cylindrical-coordinate representation of color #533FBE: hue angle of 249.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533FBE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8363190-
CMYK0.560.6700.25
HSL249.45º50.2%49.61%-
HSV(B)249.45º66.84%74.51%-
XYZ14.649.1149.7-
YUV83.46188.13127.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=24.70%
G=18.75%
B=56.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83631900.560.6700.25249.4550.249.61
Hex533FBE3843019f93232
Octal12377276701030313716262
Binary101001111111110111110111000100001101100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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