#5312C0

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

Shades of Purple Heart #5312C0

Tints of Purple Heart #5312C0

Color information

#5312C0 (or 0x5312C0) is unknown color: approx Purple Heart. HEX triplet: 53, 12 and C0. RGB value is (83,18,192). Sum of RGB (Red+Green+Blue) = 83+18+192=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #5312C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312C0 is #ACED3F. Grayscale: #383838. Windows color (decimal): -11332928 or 12587603. OLE color: 12587603.

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

Color convert

RGB8318192-
CMYK0.570.9100.25
HSL262.41º82.86%41.18%-
HSV(B)262.41º90.62%75.29%-
XYZ13.36.0850.34-
YUV57.27204.03146.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=28.33%
G=6.14%
B=65.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83181920.570.9100.25262.4182.8641.18
Hex5312C0395B0191065329
Octal123223007113303140612351
Binary1010011100101100000011100110110110110011000001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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