Html Css Color HEX #4E38DB Purple Heart

📋 copy color: '#4E38DB'

red 78 ◦ green 56 ◦ blue 219

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

Shades of Purple Heart #4E38DB

Tints of Purple Heart #4E38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 22.1%
G = 15.86%
B = 62.04%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E38DB (or 0x4E38DB) is known color: Purple Heart. HEX triplet: 4E, 38 and DB. RGB value is (78,56,219). Sum of RGB (Red+Green+Blue) = 78+56+219=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E38DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38DB is #B1C724. Grayscale: #505050. Windows color (decimal): -11650853 or 14366798. OLE color: 14366798.

HSL color Cylindrical-coordinate representation of color #4E38DB: hue angle of 248.1º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E38DB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 56 219 -
CMYK 0.64 0.74 0 0.14
HSL 248.1º 0.69% 0.54% -
HSV(B) 248.1º 0.74% 0.86% -
XYZ 17.34 9.56 67.95 -
YUV 81.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 78 56 219 0.64 0.74 0 0.14 248.1 0.69 0.54
Hex 4E 38 DB 40 4A 0 E F8 45 36
Octal 116 70 333 100 112 0 16 370 105 66
Binary 1001110 111000 11011011 1000000 1001010 0 1110 11111000 1000101 110110

Color Harmonies of #4E38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E38DB

Black with #4E38DB

Text Example


Text Example

White with #4E38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,219); }

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

background-color css

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

 a { background-color: rgb(78,56,219); }

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

border-color css

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

 span { border-color: rgb(78,56,219); }

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