#5B02D1

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

Shades of Purple Heart #5B02D1

Tints of Purple Heart #5B02D1

Color information

#5B02D1 (or 0x5B02D1) is unknown color: approx Purple Heart. HEX triplet: 5B, 02 and D1. RGB value is (91,2,209). Sum of RGB (Red+Green+Blue) = 91+2+209=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B02D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B02D1 is #A4FD2E. Grayscale: #333333. Windows color (decimal): -10812719 or 13697627. OLE color: 13697627.

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

Color convert

RGB912209-
CMYK0.560.9900.18
HSL265.8º98.1%41.37%-
HSV(B)265.8º99.04%81.96%-
XYZ15.846.8760.81-
YUV52.21216.49155.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 209 (82.03% from 255) = 69.21%
R=30.13%
G=0.66%
B=69.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9122090.560.9900.18265.898.141.37
Hex5B2D1386301210a6229
Octal13323217014302241214251
Binary1011011101101000111100011000110100101000010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B02D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,209); }

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

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

 a { background-color: rgb(91,2,209); }

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

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

 span { border-color: rgb(91,2,209); }

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