#5310BA

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

Shades of Purple Heart #5310BA

Tints of Purple Heart #5310BA

Color information

#5310BA (or 0x5310BA) is unknown color: approx Purple Heart. HEX triplet: 53, 10 and BA. RGB value is (83,16,186). Sum of RGB (Red+Green+Blue) = 83+16+186=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #5310BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310BA is #ACEF45. Grayscale: #363636. Windows color (decimal): -11333446 or 12193875. OLE color: 12193875.

HSL color Cylindrical-coordinate representation of color #5310BA: hue angle of 263.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5310BA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8316186-
CMYK0.550.9100.27
HSL263.65º84.16%39.61%-
HSV(B)263.65º91.4%72.94%-
XYZ12.625.7546.9-
YUV55.41201.7147.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 186 (73.05% from 255) = 65.26%
R=29.12%
G=5.61%
B=65.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83161860.550.9100.27263.6584.1639.61
Hex5310BA375B01B1085428
Octal123202726713303341012450
Binary1010011100001011101011011110110110110111000010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5310BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5310BA; }

 p { color: rgb(83,16,186); }

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

<style>
 a { background-color: #5310BA; }

 a { background-color: rgb(83,16,186); }

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

<style>
 span { border-color: #5310BA; }

 span { border-color: rgb(83,16,186); }

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