#5333b0

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

Shades of Purple Heart #5333B0

Tints of Purple Heart #5333B0

Color information

#5333B0 (or 0x5333B0) is unknown color: approx Purple Heart. HEX triplet: 53, 33 and B0. RGB value is (83,51,176). Sum of RGB (Red+Green+Blue) = 83+51+176=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #5333B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5333B0 is #ACCC4F. Grayscale: #4A4A4A. Windows color (decimal): -11324496 or 11547475. OLE color: 11547475.

HSL color Cylindrical-coordinate representation of color #5333B0: hue angle of 255.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5333B0 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8351176-
CMYK0.530.7100.31
HSL255.36º55.07%44.51%-
HSV(B)255.36º71.02%69.02%-
XYZ12.597.3441.83-
YUV74.82185.1133.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=26.77%
G=16.45%
B=56.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83511760.530.7100.31255.3655.0744.51
Hex5333B0354701Fff372d
Octal12363260651070373776755
Binary101001111001110110000110101100011101111111111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5333b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5333b0; }

 p { color: rgb(83,51,176); }

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

<style>
 a { background-color: #5333b0; }

 a { background-color: rgb(83,51,176); }

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

<style>
 span { border-color: #5333b0; }

 span { border-color: rgb(83,51,176); }

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