#5B0DC1

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

Shades of Purple Heart #5B0DC1

Tints of Purple Heart #5B0DC1

Color information

#5B0DC1 (or 0x5B0DC1) is unknown color: approx Purple Heart. HEX triplet: 5B, 0D and C1. RGB value is (91,13,193). Sum of RGB (Red+Green+Blue) = 91+13+193=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B0DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DC1 is #A4F23E. Grayscale: #383838. Windows color (decimal): -10809919 or 12651867. OLE color: 12651867.

HSL color Cylindrical-coordinate representation of color #5B0DC1: hue angle of 266º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0DC1 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9113193-
CMYK0.530.9300.24
HSL266º87.38%40.39%-
HSV(B)266º93.26%75.69%-
XYZ14.086.3650.94-
YUV56.84204.84152.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.64%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=30.64%
G=4.38%
B=64.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91131930.530.9300.2426687.3840.39
Hex5BDC1355D01810a5728
Octal133153016513503041212750
Binary101101111011100000111010110111010110001000010101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,13,193); }

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

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

 a { background-color: rgb(91,13,193); }

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

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

 span { border-color: rgb(91,13,193); }

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