Html Css Color HEX #5E0BCE Purple Heart

📋 copy color: '#5E0BCE'

red 94 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #5E0BCE

Tints of Purple Heart #5E0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 30.23%
G = 3.54%
B = 66.24%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E0BCE (or 0x5E0BCE) is known color: Purple Heart. HEX triplet: 5E, 0B and CE. RGB value is (94,11,206). Sum of RGB (Red+Green+Blue) = 94+11+206=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E0BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BCE is #A1F431. Grayscale: #393939. Windows color (decimal): -10613810 or 13503326. OLE color: 13503326.

HSL color Cylindrical-coordinate representation of color #5E0BCE: hue angle of 265.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0BCE is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 11 206 -
CMYK 0.54 0.95 0 0.19
HSL 265.54º 0.9% 0.43% -
HSV(B) 265.54º 0.95% 0.81% -
XYZ 15.88 7.08 58.92 -
YUV 58.05 211.5 153.64 -
System Red Green Blue C M Y K H S L
Decimal 94 11 206 0.54 0.95 0 0.19 265.54 0.9 0.43
Hex 5E B CE 36 5F 0 13 10A 5A 2B
Octal 136 13 316 66 137 0 23 412 132 53
Binary 1011110 1011 11001110 110110 1011111 0 10011 100001010 1011010 101011

Color Harmonies of #5E0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BCE

Black with #5E0BCE

Text Example


Text Example

White with #5E0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,206); }

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

background-color css

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

 a { background-color: rgb(94,11,206); }

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

border-color css

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

 span { border-color: rgb(94,11,206); }

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