Html Css Color HEX #4E30DB Purple Heart

📋 copy color: '#4E30DB'

red 78 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #4E30DB

Tints of Purple Heart #4E30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 22.61%
G = 13.91%
B = 63.48%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E30DB (or 0x4E30DB) is known color: Purple Heart. HEX triplet: 4E, 30 and DB. RGB value is (78,48,219). Sum of RGB (Red+Green+Blue) = 78+48+219=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E30DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30DB is #B1CF24. Grayscale: #4B4B4B. Windows color (decimal): -11652901 or 14364750. OLE color: 14364750.

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

Color convert

RGB 78 48 219 -
CMYK 0.64 0.78 0 0.14
HSL 250.53º 0.7% 0.52% -
HSV(B) 250.53º 0.78% 0.86% -
XYZ 16.99 8.85 67.83 -
YUV 76.46 208.44 129.1 -
System Red Green Blue C M Y K H S L
Decimal 78 48 219 0.64 0.78 0 0.14 250.53 0.7 0.52
Hex 4E 30 DB 40 4E 0 E FB 46 34
Octal 116 60 333 100 116 0 16 373 106 64
Binary 1001110 110000 11011011 1000000 1001110 0 1110 11111011 1000110 110100

Color Harmonies of #4E30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E30DB

Black with #4E30DB

Text Example


Text Example

White with #4E30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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