#533FBF

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

Shades of Purple Heart #533FBF

Tints of Purple Heart #533FBF

Color information

#533FBF (or 0x533FBF) is unknown color: approx Purple Heart. HEX triplet: 53, 3F and BF. RGB value is (83,63,191). Sum of RGB (Red+Green+Blue) = 83+63+191=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #533FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FBF is #ACC040. Grayscale: #535353. Windows color (decimal): -11321409 or 12533587. OLE color: 12533587.

HSL color Cylindrical-coordinate representation of color #533FBF: hue angle of 249.38º 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 #533FBF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8363191-
CMYK0.570.6700.25
HSL249.38º50.39%49.8%-
HSV(B)249.38º67.02%74.9%-
XYZ14.759.1650.28-
YUV83.57188.63127.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 191 (75% from 255) = 56.68%
R=24.63%
G=18.69%
B=56.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83631910.570.6700.25249.3850.3949.8
Hex533FBF3943019f93232
Octal12377277711030313716262
Binary101001111111110111111111001100001101100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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