#5316BE

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

Shades of Purple Heart #5316BE

Tints of Purple Heart #5316BE

Color information

#5316BE (or 0x5316BE) is unknown color: approx Purple Heart. HEX triplet: 53, 16 and BE. RGB value is (83,22,190). Sum of RGB (Red+Green+Blue) = 83+22+190=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5316BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316BE is #ACE941. Grayscale: #3A3A3A. Windows color (decimal): -11331906 or 12457555. OLE color: 12457555.

HSL color Cylindrical-coordinate representation of color #5316BE: hue angle of 261.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5316BE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8322190-
CMYK0.560.8800.25
HSL261.79º79.25%41.57%-
HSV(B)261.79º88.42%74.51%-
XYZ13.156.1349.21-
YUV59.39201.71144.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=28.14%
G=7.46%
B=64.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83221900.560.8800.25261.7979.2541.57
Hex5316BE38580191064f2a
Octal123262767013003140611752
Binary1010011101101011111011100010110000110011000001101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5316BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5316BE; }

 p { color: rgb(83,22,190); }

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

<style>
 a { background-color: #5316BE; }

 a { background-color: rgb(83,22,190); }

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

<style>
 span { border-color: #5316BE; }

 span { border-color: rgb(83,22,190); }

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