Html Css Color HEX #5E15BB Purple Heart

📋 copy color: '#5E15BB'

red 94 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #5E15BB

Tints of Purple Heart #5E15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 31.13%
G = 6.95%
B = 61.92%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E15BB (or 0x5E15BB) is known color: Purple Heart. HEX triplet: 5E, 15 and BB. RGB value is (94,21,187). Sum of RGB (Red+Green+Blue) = 94+21+187=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E15BB is #A1EA44. Grayscale: #3D3D3D. Windows color (decimal): -10611269 or 12260702. OLE color: 12260702.

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

Color convert

RGB 94 21 187 -
CMYK 0.50 0.89 0 0.27
HSL 266.39º 0.8% 0.41% -
HSV(B) 266.39º 0.89% 0.73% -
XYZ 13.85 6.5 47.54 -
YUV 61.75 198.68 151 -
System Red Green Blue C M Y K H S L
Decimal 94 21 187 0.50 0.89 0 0.27 266.39 0.8 0.41
Hex 5E 15 BB 32 59 0 1B 10A 50 29
Octal 136 25 273 62 131 0 33 412 120 51
Binary 1011110 10101 10111011 110010 1011001 0 11011 100001010 1010000 101001

Color Harmonies of #5E15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E15BB

Black with #5E15BB

Text Example


Text Example

White with #5E15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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