Html Css Color HEX #5E0BC5 Purple Heart

📋 copy color: '#5E0BC5'

red 94 ◦ green 11 ◦ blue 197

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

Shades of Purple Heart #5E0BC5

Tints of Purple Heart #5E0BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 65.23%

R = 31.13%
G = 3.64%
B = 65.23%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5E0BC5 (or 0x5E0BC5) is known color: Purple Heart. HEX triplet: 5E, 0B and C5. RGB value is (94,11,197). Sum of RGB (Red+Green+Blue) = 94+11+197=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 197 (77.34% from 255 or 65.23% from 302); Max value from RGB is 197 - color contains mainly: blue. Hex color #5E0BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BC5 is #A1F43A. Grayscale: #383838. Windows color (decimal): -10613819 or 12913502. OLE color: 12913502.

HSL color Cylindrical-coordinate representation of color #5E0BC5: hue angle of 266.77º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0BC5 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 94 11 197 -
CMYK 0.52 0.94 0 0.23
HSL 266.77º 0.89% 0.41% -
HSV(B) 266.77º 0.94% 0.77% -
XYZ 14.81 6.65 53.33 -
YUV 57.02 207 154.38 -
System Red Green Blue C M Y K H S L
Decimal 94 11 197 0.52 0.94 0 0.23 266.77 0.89 0.41
Hex 5E B C5 34 5E 0 17 10B 59 29
Octal 136 13 305 64 136 0 27 413 131 51
Binary 1011110 1011 11000101 110100 1011110 0 10111 100001011 1011001 101001

Color Harmonies of #5E0BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BC5

Black with #5E0BC5

Text Example


Text Example

White with #5E0BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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