Html Css Color HEX #4E30CE Purple Heart

📋 copy color: '#4E30CE'

red 78 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #4E30CE

Tints of Purple Heart #4E30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 23.49%
G = 14.46%
B = 62.05%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E30CE (or 0x4E30CE) is known color: Purple Heart. HEX triplet: 4E, 30 and CE. RGB value is (78,48,206). Sum of RGB (Red+Green+Blue) = 78+48+206=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30CE is #B1CF31. Grayscale: #4A4A4A. Windows color (decimal): -11652914 or 13512782. OLE color: 13512782.

HSL color Cylindrical-coordinate representation of color #4E30CE: hue angle of 251.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E30CE is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 48 206 -
CMYK 0.62 0.77 0 0.19
HSL 251.39º 0.62% 0.5% -
HSV(B) 251.39º 0.77% 0.81% -
XYZ 15.34 8.19 59.16 -
YUV 74.98 201.94 130.15 -
System Red Green Blue C M Y K H S L
Decimal 78 48 206 0.62 0.77 0 0.19 251.39 0.62 0.5
Hex 4E 30 CE 3E 4D 0 13 FB 3E 32
Octal 116 60 316 76 115 0 23 373 76 62
Binary 1001110 110000 11001110 111110 1001101 0 10011 11111011 111110 110010

Color Harmonies of #4E30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E30CE

Black with #4E30CE

Text Example


Text Example

White with #4E30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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