#5002B3

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

Shades of Purple Heart #5002B3

Tints of Purple Heart #5002B3

Color information

#5002B3 (or 0x5002B3) is unknown color: approx Purple Heart. HEX triplet: 50, 02 and B3. RGB value is (80,2,179). Sum of RGB (Red+Green+Blue) = 80+2+179=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #5002B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5002B3 is #AFFD4C. Grayscale: #2C2C2C. Windows color (decimal): -11533645 or 11731536. OLE color: 11731536.

HSL color Cylindrical-coordinate representation of color #5002B3: hue angle of 266.44º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002B3 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB802179-
CMYK0.550.9900.30
HSL266.44º97.79%35.49%-
HSV(B)266.44º98.88%70.2%-
XYZ11.47543.01-
YUV45.5203.34152.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 179 (70.31% from 255) = 68.58%
R=30.65%
G=0.77%
B=68.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8021790.550.9900.30266.4497.7935.49
Hex502B3376301E10a6223
Octal12022636714303641214243
Binary1010000101011001111011111000110111101000010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5002B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5002B3; }

 p { color: rgb(80,2,179); }

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

<style>
 a { background-color: #5002B3; }

 a { background-color: rgb(80,2,179); }

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

<style>
 span { border-color: #5002B3; }

 span { border-color: rgb(80,2,179); }

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