#5313D4

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

Shades of Purple Heart #5313D4

Tints of Purple Heart #5313D4

Color information

#5313D4 (or 0x5313D4) is unknown color: approx Purple Heart. HEX triplet: 53, 13 and D4. RGB value is (83,19,212). Sum of RGB (Red+Green+Blue) = 83+19+212=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #5313D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313D4 is #ACEC2B. Grayscale: #3B3B3B. Windows color (decimal): -11332652 or 13898579. OLE color: 13898579.

HSL color Cylindrical-coordinate representation of color #5313D4: hue angle of 259.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5313D4 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8319212-
CMYK0.610.9100.17
HSL259.9º83.55%45.29%-
HSV(B)259.9º91.04%83.14%-
XYZ15.687.0662.82-
YUV60.14213.7144.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 19 (7.81% from 255) = 6.05%
BLUE value IS 212 (83.20% from 255) = 67.52%
R=26.43%
G=6.05%
B=67.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal83192120.610.9100.17259.983.5545.29
Hex5313D43D5B011104542d
Octal123233247513302140412455
Binary1010011100111101010011110110110110100011000001001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5313D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5313D4; }

 p { color: rgb(83,19,212); }

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

<style>
 a { background-color: #5313D4; }

 a { background-color: rgb(83,19,212); }

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

<style>
 span { border-color: #5313D4; }

 span { border-color: rgb(83,19,212); }

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