Html Css Color HEX #5E0FBD Purple Heart

📋 copy color: '#5E0FBD'

red 94 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #5E0FBD

Tints of Purple Heart #5E0FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 31.54%
G = 5.03%
B = 63.42%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E0FBD (or 0x5E0FBD) is known color: Purple Heart. HEX triplet: 5E, 0F and BD. RGB value is (94,15,189). Sum of RGB (Red+Green+Blue) = 94+15+189=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E0FBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0FBD is #A1F042. Grayscale: #393939. Windows color (decimal): -10612803 or 12390238. OLE color: 12390238.

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

Color convert

RGB 94 15 189 -
CMYK 0.50 0.92 0 0.26
HSL 267.24º 0.85% 0.4% -
HSV(B) 267.24º 0.92% 0.74% -
XYZ 13.97 6.4 48.64 -
YUV 58.46 201.67 153.35 -
System Red Green Blue C M Y K H S L
Decimal 94 15 189 0.50 0.92 0 0.26 267.24 0.85 0.4
Hex 5E F BD 32 5C 0 1A 10B 55 28
Octal 136 17 275 62 134 0 32 413 125 50
Binary 1011110 1111 10111101 110010 1011100 0 11010 100001011 1010101 101000

Color Harmonies of #5E0FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0FBD

Black with #5E0FBD

Text Example


Text Example

White with #5E0FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,15,189); }

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

background-color css

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

 a { background-color: rgb(94,15,189); }

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

border-color css

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

 span { border-color: rgb(94,15,189); }

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