Html Css Color HEX #5E10BB Purple Heart

📋 copy color: '#5E10BB'

red 94 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #5E10BB

Tints of Purple Heart #5E10BB

RGB

 RED value IS 94 (37.11% from 255) = 31.65%

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

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

R = 31.65%
G = 5.39%
B = 62.96%

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

#5E10BB (or 0x5E10BB) is known color: Purple Heart. HEX triplet: 5E, 10 and BB. RGB value is (94,16,187). Sum of RGB (Red+Green+Blue) = 94+16+187=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E10BB is #A1EF44. Grayscale: #3A3A3A. Windows color (decimal): -10612549 or 12259422. OLE color: 12259422.

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

Color convert

RGB 94 16 187 -
CMYK 0.50 0.91 0 0.27
HSL 267.37º 0.84% 0.4% -
HSV(B) 267.37º 0.91% 0.73% -
XYZ 13.77 6.34 47.51 -
YUV 58.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 94 16 187 0.50 0.91 0 0.27 267.37 0.84 0.4
Hex 5E 10 BB 32 5B 0 1B 10B 54 28
Octal 136 20 273 62 133 0 33 413 124 50
Binary 1011110 10000 10111011 110010 1011011 0 11011 100001011 1010100 101000

Color Harmonies of #5E10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10BB

Black with #5E10BB

Text Example


Text Example

White with #5E10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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