#5D03B9

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

Shades of Purple Heart #5D03B9

Tints of Purple Heart #5D03B9

Color information

#5D03B9 (or 0x5D03B9) is unknown color: approx Purple Heart. HEX triplet: 5D, 03 and B9. RGB value is (93,3,185). Sum of RGB (Red+Green+Blue) = 93+3+185=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D03B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D03B9 is #A2FC46. Grayscale: #323232. Windows color (decimal): -10681415 or 12125021. OLE color: 12125021.

HSL color Cylindrical-coordinate representation of color #5D03B9: hue angle of 269.67º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D03B9 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB933185-
CMYK0.500.9800.27
HSL269.67º96.81%36.86%-
HSV(B)269.67º98.38%72.55%-
XYZ13.35.946.34-
YUV50.66203.82158.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 185 (72.66% from 255) = 65.84%
R=33.10%
G=1.07%
B=65.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9331850.500.9800.27269.6796.8136.86
Hex5D3B9326201B10e6125
Octal13532716214203341614145
Binary1011101111011100111001011000100110111000011101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D03B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,3,185); }

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

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

 a { background-color: rgb(93,3,185); }

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

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

 span { border-color: rgb(93,3,185); }

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