Html Css Color HEX #4E15D0 Purple Heart

📋 copy color: '#4E15D0'

red 78 ◦ green 21 ◦ blue 208

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

Shades of Purple Heart #4E15D0

Tints of Purple Heart #4E15D0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

 BLUE value IS 208 (81.64% from 255) = 67.75%

R = 25.41%
G = 6.84%
B = 67.75%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4E15D0 (or 0x4E15D0) is known color: Purple Heart. HEX triplet: 4E, 15 and D0. RGB value is (78,21,208). Sum of RGB (Red+Green+Blue) = 78+21+208=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #4E15D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E15D0 is #B1EA2F. Grayscale: #3A3A3A. Windows color (decimal): -11659824 or 13636942. OLE color: 13636942.

HSL color Cylindrical-coordinate representation of color #4E15D0: hue angle of 258.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E15D0 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 21 208 -
CMYK 0.62 0.90 0 0.18
HSL 258.29º 0.82% 0.45% -
HSV(B) 258.29º 0.9% 0.82% -
XYZ 14.8 6.71 60.19 -
YUV 59.36 211.88 141.29 -
System Red Green Blue C M Y K H S L
Decimal 78 21 208 0.62 0.90 0 0.18 258.29 0.82 0.45
Hex 4E 15 D0 3E 5A 0 12 102 52 2D
Octal 116 25 320 76 132 0 22 402 122 55
Binary 1001110 10101 11010000 111110 1011010 0 10010 100000010 1010010 101101

Color Harmonies of #4E15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E15D0

Black with #4E15D0

Text Example


Text Example

White with #4E15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,21,208); }

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

background-color css

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

 a { background-color: rgb(78,21,208); }

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

border-color css

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

 span { border-color: rgb(78,21,208); }

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