Html Css Color HEX #5E0DBE Purple Heart

📋 copy color: '#5E0DBE'

red 94 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #5E0DBE

Tints of Purple Heart #5E0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 31.65%
G = 4.38%
B = 63.97%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E0DBE (or 0x5E0DBE) is known color: Purple Heart. HEX triplet: 5E, 0D and BE. RGB value is (94,13,190). Sum of RGB (Red+Green+Blue) = 94+13+190=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0DBE is #A1F241. Grayscale: #383838. Windows color (decimal): -10613314 or 12455262. OLE color: 12455262.

HSL color Cylindrical-coordinate representation of color #5E0DBE: hue angle of 267.46º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0DBE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 13 190 -
CMYK 0.51 0.93 0 0.25
HSL 267.46º 0.87% 0.4% -
HSV(B) 267.46º 0.93% 0.75% -
XYZ 14.05 6.39 49.21 -
YUV 57.4 202.84 154.11 -
System Red Green Blue C M Y K H S L
Decimal 94 13 190 0.51 0.93 0 0.25 267.46 0.87 0.4
Hex 5E D BE 33 5D 0 19 10B 57 28
Octal 136 15 276 63 135 0 31 413 127 50
Binary 1011110 1101 10111110 110011 1011101 0 11001 100001011 1010111 101000

Color Harmonies of #5E0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0DBE

Black with #5E0DBE

Text Example


Text Example

White with #5E0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,13,190); }

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

background-color css

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

 a { background-color: rgb(94,13,190); }

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

border-color css

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

 span { border-color: rgb(94,13,190); }

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