Html Css Color HEX #5D0BB9 Purple Heart

📋 copy color: '#5D0BB9'

red 93 ◦ green 11 ◦ blue 185

#5D0BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5D0BB9

Tints of Purple Heart #5D0BB9

RGB

 RED value IS 93 (36.72% from 255) = 32.18%

 GREEN value IS 11 (4.69% from 255) = 3.81%

 BLUE value IS 185 (72.66% from 255) = 64.01%

R = 32.18%
G = 3.81%
B = 64.01%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D0BB9 (or 0x5D0BB9) is known color: Purple Heart. HEX triplet: 5D, 0B and B9. RGB value is (93,11,185). Sum of RGB (Red+Green+Blue) = 93+11+185=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D0BB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0BB9 is #A2F446. Grayscale: #363636. Windows color (decimal): -10679367 or 12127069. OLE color: 12127069.

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

Color convert

RGB 93 11 185 -
CMYK 0.50 0.94 0 0.27
HSL 268.28º 0.89% 0.38% -
HSV(B) 268.28º 0.94% 0.73% -
XYZ 13.39 6.07 46.36 -
YUV 55.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 93 11 185 0.50 0.94 0 0.27 268.28 0.89 0.38
Hex 5D B B9 32 5E 0 1B 10C 59 26
Octal 135 13 271 62 136 0 33 414 131 46
Binary 1011101 1011 10111001 110010 1011110 0 11011 100001100 1011001 100110

Color Harmonies of #5D0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0BB9

Black with #5D0BB9

Text Example


Text Example

White with #5D0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D0BB9;
 }
 .AnyTagClassName
 {
   color: #5D0BB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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