#5030BD

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

Shades of Purple Heart #5030BD

Tints of Purple Heart #5030BD

Color information

#5030BD (or 0x5030BD) is unknown color: approx Purple Heart. HEX triplet: 50, 30 and BD. RGB value is (80,48,189). Sum of RGB (Red+Green+Blue) = 80+48+189=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #5030BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BD is #AFCF42. Grayscale: #494949. Windows color (decimal): -11521859 or 12398672. OLE color: 12398672.

HSL color Cylindrical-coordinate representation of color #5030BD: hue angle of 253.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5030BD is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8048189-
CMYK0.580.7500.26
HSL253.62º59.49%46.47%-
HSV(B)253.62º74.6%74.12%-
XYZ13.557.4948.88-
YUV73.64193.1132.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=25.24%
G=15.14%
B=59.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80481890.580.7500.26253.6259.4946.47
Hex5030BD3A4B01Afe3b2e
Octal12060275721130323767356
Binary101000011000010111101111010100101101101011111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5030BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5030BD; }

 p { color: rgb(80,48,189); }

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

<style>
 a { background-color: #5030BD; }

 a { background-color: rgb(80,48,189); }

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

<style>
 span { border-color: #5030BD; }

 span { border-color: rgb(80,48,189); }

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