Html Css Color HEX #5D10BA Purple Heart

📋 copy color: '#5D10BA'

red 93 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #5D10BA

Tints of Purple Heart #5D10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 31.53%
G = 5.42%
B = 63.05%

CMYK

 C value IS 0.5

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D10BA (or 0x5D10BA) is known color: Purple Heart. HEX triplet: 5D, 10 and BA. RGB value is (93,16,186). Sum of RGB (Red+Green+Blue) = 93+16+186=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D10BA is #A2EF45. Grayscale: #393939. Windows color (decimal): -10678086 or 12193885. OLE color: 12193885.

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

Color convert

RGB 93 16 186 -
CMYK 0.5 0.91 0 0.27
HSL 267.18º 0.84% 0.4% -
HSV(B) 267.18º 0.91% 0.73% -
XYZ 13.56 6.24 46.94 -
YUV 58.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 93 16 186 0.5 0.91 0 0.27 267.18 0.84 0.4
Hex 5D 10 BA 32 5B 0 1B 10B 54 28
Octal 135 20 272 62 133 0 33 413 124 50
Binary 1011101 10000 10111010 110010 1011011 0 11011 100001011 1010100 101000

Color Harmonies of #5D10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D10BA

Black with #5D10BA

Text Example


Text Example

White with #5D10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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