#5034C3

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

Shades of Purple Heart #5034C3

Tints of Purple Heart #5034C3

Color information

#5034C3 (or 0x5034C3) is unknown color: approx Purple Heart. HEX triplet: 50, 34 and C3. RGB value is (80,52,195). Sum of RGB (Red+Green+Blue) = 80+52+195=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #5034C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034C3 is #AFCB3C. Grayscale: #4C4C4C. Windows color (decimal): -11520829 or 12792912. OLE color: 12792912.

HSL color Cylindrical-coordinate representation of color #5034C3: hue angle of 251.75º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5034C3 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8052195-
CMYK0.590.7300.24
HSL251.75º57.89%48.43%-
HSV(B)251.75º73.33%76.47%-
XYZ14.398.152.44-
YUV76.67194.78130.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 195 (76.56% from 255) = 59.63%
R=24.46%
G=15.90%
B=59.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80521950.590.7300.24251.7557.8948.43
Hex5034C33B49018fc3a30
Octal12064303731110303747260
Binary101000011010011000011111011100100101100011111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5034C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5034C3; }

 p { color: rgb(80,52,195); }

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

<style>
 a { background-color: #5034C3; }

 a { background-color: rgb(80,52,195); }

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

<style>
 span { border-color: #5034C3; }

 span { border-color: rgb(80,52,195); }

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