#5D1FBA

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

Shades of Purple Heart #5D1FBA

Tints of Purple Heart #5D1FBA

Color information

#5D1FBA (or 0x5D1FBA) is unknown color: approx Purple Heart. HEX triplet: 5D, 1F and BA. RGB value is (93,31,186). Sum of RGB (Red+Green+Blue) = 93+31+186=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D1FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1FBA is #A2E045. Grayscale: #424242. Windows color (decimal): -10674246 or 12197725. OLE color: 12197725.

HSL color Cylindrical-coordinate representation of color #5D1FBA: hue angle of 264º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1FBA is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9331186-
CMYK0.50.8300.27
HSL264º71.43%42.55%-
HSV(B)264º83.33%72.94%-
XYZ13.876.8547.05-
YUV67.21195.04146.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 186 (73.05% from 255) = 60%
R=30%
G=10%
B=60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93311860.50.8300.2726471.4342.55
Hex5D1FBA325301B108472b
Octal135372726212303341010753
Binary1011101111111011101011001010100110110111000010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,31,186); }

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

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

 a { background-color: rgb(93,31,186); }

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

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

 span { border-color: rgb(93,31,186); }

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