#5B14D0

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

Shades of Purple Heart #5B14D0

Tints of Purple Heart #5B14D0

Color information

#5B14D0 (or 0x5B14D0) is unknown color: approx Purple Heart. HEX triplet: 5B, 14 and D0. RGB value is (91,20,208). Sum of RGB (Red+Green+Blue) = 91+20+208=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B14D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B14D0 is #A4EB2F. Grayscale: #3D3D3D. Windows color (decimal): -10808112 or 13636699. OLE color: 13636699.

HSL color Cylindrical-coordinate representation of color #5B14D0: hue angle of 262.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B14D0 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9120208-
CMYK0.560.9000.18
HSL262.66º82.46%44.71%-
HSV(B)262.66º90.38%81.57%-
XYZ15.957.2860.24-
YUV62.66210.02148.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 208 (81.64% from 255) = 65.20%
R=28.53%
G=6.27%
B=65.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91202080.560.9000.18262.6682.4644.71
Hex5B14D0385A012107522d
Octal133243207013202240712255
Binary1011011101001101000011100010110100100101000001111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B14D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B14D0; }

 p { color: rgb(91,20,208); }

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

<style>
 a { background-color: #5B14D0; }

 a { background-color: rgb(91,20,208); }

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

<style>
 span { border-color: #5B14D0; }

 span { border-color: rgb(91,20,208); }

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