#5330AB

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

Shades of Purple Heart #5330AB

Tints of Purple Heart #5330AB

Color information

#5330AB (or 0x5330AB) is unknown color: approx Purple Heart. HEX triplet: 53, 30 and AB. RGB value is (83,48,171). Sum of RGB (Red+Green+Blue) = 83+48+171=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #5330AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5330AB is #ACCF54. Grayscale: #484848. Windows color (decimal): -11325269 or 11219027. OLE color: 11219027.

HSL color Cylindrical-coordinate representation of color #5330AB: hue angle of 257.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5330AB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8348171-
CMYK0.510.7200.33
HSL257.07º56.16%42.94%-
HSV(B)257.07º71.93%67.06%-
XYZ11.976.8939.23-
YUV72.49183.6135.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=27.48%
G=15.89%
B=56.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83481710.510.7200.33257.0756.1642.94
Hex5330AB3348021101382b
Octal12360253631100414017053
Binary10100111100001010101111001110010000100001100000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5330AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5330AB; }

 p { color: rgb(83,48,171); }

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

<style>
 a { background-color: #5330AB; }

 a { background-color: rgb(83,48,171); }

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

<style>
 span { border-color: #5330AB; }

 span { border-color: rgb(83,48,171); }

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