Html Css Color HEX #4E3BC0 Purple Heart

📋 copy color: '#4E3BC0'

red 78 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #4E3BC0

Tints of Purple Heart #4E3BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 192 (75.39% from 255) = 58.36%

R = 23.71%
G = 17.93%
B = 58.36%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E3BC0 (or 0x4E3BC0) is known color: Purple Heart. HEX triplet: 4E, 3B and C0. RGB value is (78,59,192). Sum of RGB (Red+Green+Blue) = 78+59+192=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E3BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3BC0 is #B1C43F. Grayscale: #4F4F4F. Windows color (decimal): -11650112 or 12598094. OLE color: 12598094.

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

Color convert

RGB 78 59 192 -
CMYK 0.59 0.69 0 0.25
HSL 248.57º 0.53% 0.49% -
HSV(B) 248.57º 0.69% 0.75% -
XYZ 14.22 8.55 50.77 -
YUV 79.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 78 59 192 0.59 0.69 0 0.25 248.57 0.53 0.49
Hex 4E 3B C0 3B 45 0 19 F9 35 31
Octal 116 73 300 73 105 0 31 371 65 61
Binary 1001110 111011 11000000 111011 1000101 0 11001 11111001 110101 110001

Color Harmonies of #4E3BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3BC0

Black with #4E3BC0

Text Example


Text Example

White with #4E3BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,59,192); }

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

background-color css

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

 a { background-color: rgb(78,59,192); }

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

border-color css

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

 span { border-color: rgb(78,59,192); }

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