Html Css Color HEX #5E1FBE Purple Heart

📋 copy color: '#5E1FBE'

red 94 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #5E1FBE

Tints of Purple Heart #5E1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

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

R = 29.84%
G = 9.84%
B = 60.32%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E1FBE (or 0x5E1FBE) is known color: Purple Heart. HEX triplet: 5E, 1F and BE. RGB value is (94,31,190). Sum of RGB (Red+Green+Blue) = 94+31+190=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E1FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FBE is #A1E041. Grayscale: #434343. Windows color (decimal): -10608706 or 12459870. OLE color: 12459870.

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

Color convert

RGB 94 31 190 -
CMYK 0.51 0.84 0 0.25
HSL 263.77º 0.72% 0.43% -
HSV(B) 263.77º 0.84% 0.75% -
XYZ 14.4 7.08 49.32 -
YUV 67.96 196.87 146.57 -
System Red Green Blue C M Y K H S L
Decimal 94 31 190 0.51 0.84 0 0.25 263.77 0.72 0.43
Hex 5E 1F BE 33 54 0 19 108 48 2B
Octal 136 37 276 63 124 0 31 410 110 53
Binary 1011110 11111 10111110 110011 1010100 0 11001 100001000 1001000 101011

Color Harmonies of #5E1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1FBE

Black with #5E1FBE

Text Example


Text Example

White with #5E1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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