Html Css Color HEX #5D10BB Purple Heart

📋 copy color: '#5D10BB'

red 93 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #5D10BB

Tints of Purple Heart #5D10BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 31.42%
G = 5.41%
B = 63.18%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D10BB (or 0x5D10BB) is known color: Purple Heart. HEX triplet: 5D, 10 and BB. RGB value is (93,16,187). Sum of RGB (Red+Green+Blue) = 93+16+187=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D10BB is #A2EF44. Grayscale: #393939. Windows color (decimal): -10678085 or 12259421. OLE color: 12259421.

HSL color Cylindrical-coordinate representation of color #5D10BB: hue angle of 267.02º 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 #5D10BB is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 16 187 -
CMYK 0.50 0.91 0 0.27
HSL 267.02º 0.84% 0.4% -
HSV(B) 267.02º 0.91% 0.73% -
XYZ 13.67 6.29 47.51 -
YUV 58.52 200.51 152.6 -
System Red Green Blue C M Y K H S L
Decimal 93 16 187 0.50 0.91 0 0.27 267.02 0.84 0.4
Hex 5D 10 BB 32 5B 0 1B 10B 54 28
Octal 135 20 273 62 133 0 33 413 124 50
Binary 1011101 10000 10111011 110010 1011011 0 11011 100001011 1010100 101000

Color Harmonies of #5D10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D10BB

Black with #5D10BB

Text Example


Text Example

White with #5D10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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