Html Css Color HEX #4E3CC0 Purple Heart

📋 copy color: '#4E3CC0'

red 78 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #4E3CC0

Tints of Purple Heart #4E3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

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

R = 23.64%
G = 18.18%
B = 58.18%

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

#4E3CC0 (or 0x4E3CC0) is known color: Purple Heart. HEX triplet: 4E, 3C and C0. RGB value is (78,60,192). Sum of RGB (Red+Green+Blue) = 78+60+192=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3CC0 is #B1C33F. Grayscale: #4F4F4F. Windows color (decimal): -11649856 or 12598350. OLE color: 12598350.

HSL color Cylindrical-coordinate representation of color #4E3CC0: hue angle of 248.18º degrees, saturation: 0.52, 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 #4E3CC0 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 60 192 -
CMYK 0.59 0.69 0 0.25
HSL 248.18º 0.52% 0.49% -
HSV(B) 248.18º 0.69% 0.75% -
XYZ 14.27 8.66 50.79 -
YUV 80.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 78 60 192 0.59 0.69 0 0.25 248.18 0.52 0.49
Hex 4E 3C C0 3B 45 0 19 F8 34 31
Octal 116 74 300 73 105 0 31 370 64 61
Binary 1001110 111100 11000000 111011 1000101 0 11001 11111000 110100 110001

Color Harmonies of #4E3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CC0

Black with #4E3CC0

Text Example


Text Example

White with #4E3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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