Html Css Color HEX #4E1FBF Purple Heart

📋 copy color: '#4E1FBF'

red 78 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #4E1FBF

Tints of Purple Heart #4E1FBF

RGB

 RED value IS 78 (30.86% from 255) = 26%

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 26%
G = 10.33%
B = 63.67%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E1FBF (or 0x4E1FBF) is known color: Purple Heart. HEX triplet: 4E, 1F and BF. RGB value is (78,31,191). Sum of RGB (Red+Green+Blue) = 78+31+191=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E1FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1FBF is #B1E040. Grayscale: #3E3E3E. Windows color (decimal): -11657281 or 12525390. OLE color: 12525390.

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

Color convert

RGB 78 31 191 -
CMYK 0.59 0.84 0 0.25
HSL 257.63º 0.72% 0.44% -
HSV(B) 257.63º 0.84% 0.75% -
XYZ 13.04 6.36 49.83 -
YUV 63.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 78 31 191 0.59 0.84 0 0.25 257.63 0.72 0.44
Hex 4E 1F BF 3B 54 0 19 102 48 2C
Octal 116 37 277 73 124 0 31 402 110 54
Binary 1001110 11111 10111111 111011 1010100 0 11001 100000010 1001000 101100

Color Harmonies of #4E1FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1FBF

Black with #4E1FBF

Text Example


Text Example

White with #4E1FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E1FBF; }

 p { color: rgb(78,31,191); }

 H1.HeaderClassName
 {
   color: #4E1FBF;
 }
 .AnyTagClassName
 {
   color: #4E1FBF;
 }
</style>

background-color css

<style>
 a { background-color: #4E1FBF; }

 a { background-color: rgb(78,31,191); }

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

border-color css

<style>
 span { border-color: #4E1FBF; }

 span { border-color: rgb(78,31,191); }

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