#533BB3

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

Shades of Purple Heart #533BB3

Tints of Purple Heart #533BB3

Color information

#533BB3 (or 0x533BB3) is unknown color: approx Purple Heart. HEX triplet: 53, 3B and B3. RGB value is (83,59,179). Sum of RGB (Red+Green+Blue) = 83+59+179=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #533BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BB3 is #ACC44C. Grayscale: #4F4F4F. Windows color (decimal): -11322445 or 11746131. OLE color: 11746131.

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

Color convert

RGB8359179-
CMYK0.540.6700.30
HSL252º50.42%46.67%-
HSV(B)252º67.04%70.2%-
XYZ13.278.2243.54-
YUV79.86183.95130.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=25.86%
G=18.38%
B=55.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83591790.540.6700.3025250.4246.67
Hex533BB3364301Efc322f
Octal12373263661030363746257
Binary101001111101110110011110110100001101111011111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,179); }

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

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

 a { background-color: rgb(83,59,179); }

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

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

 span { border-color: rgb(83,59,179); }

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