#5340C0

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

Shades of Purple Heart #5340C0

Tints of Purple Heart #5340C0

Color information

#5340C0 (or 0x5340C0) is unknown color: approx Purple Heart. HEX triplet: 53, 40 and C0. RGB value is (83,64,192). Sum of RGB (Red+Green+Blue) = 83+64+192=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #5340C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340C0 is #ACBF3F. Grayscale: #535353. Windows color (decimal): -11321152 or 12599379. OLE color: 12599379.

HSL color Cylindrical-coordinate representation of color #5340C0: hue angle of 248.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5340C0 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8364192-
CMYK0.570.6700.25
HSL248.91º50.39%50.2%-
HSV(B)248.91º66.67%75.29%-
XYZ14.929.3150.88-
YUV84.27188.79127.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 192 (75.39% from 255) = 56.64%
R=24.48%
G=18.88%
B=56.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83641920.570.6700.25248.9150.3950.2
Hex5340C03943019f93232
Octal123100300711030313716262
Binary1010011100000011000000111001100001101100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5340C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5340C0; }

 p { color: rgb(83,64,192); }

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

<style>
 a { background-color: #5340C0; }

 a { background-color: rgb(83,64,192); }

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

<style>
 span { border-color: #5340C0; }

 span { border-color: rgb(83,64,192); }

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