Html Css Color HEX #5E10BC Purple Heart

📋 copy color: '#5E10BC'

red 94 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #5E10BC

Tints of Purple Heart #5E10BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 31.54%
G = 5.37%
B = 63.09%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E10BC (or 0x5E10BC) is known color: Purple Heart. HEX triplet: 5E, 10 and BC. RGB value is (94,16,188). Sum of RGB (Red+Green+Blue) = 94+16+188=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E10BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E10BC is #A1EF43. Grayscale: #3A3A3A. Windows color (decimal): -10612548 or 12324958. OLE color: 12324958.

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

Color convert

RGB 94 16 188 -
CMYK 0.50 0.91 0 0.26
HSL 267.21º 0.84% 0.4% -
HSV(B) 267.21º 0.91% 0.74% -
XYZ 13.88 6.38 48.08 -
YUV 58.93 200.84 153.01 -
System Red Green Blue C M Y K H S L
Decimal 94 16 188 0.50 0.91 0 0.26 267.21 0.84 0.4
Hex 5E 10 BC 32 5B 0 1A 10B 54 28
Octal 136 20 274 62 133 0 32 413 124 50
Binary 1011110 10000 10111100 110010 1011011 0 11010 100001011 1010100 101000

Color Harmonies of #5E10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10BC

Black with #5E10BC

Text Example


Text Example

White with #5E10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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