Html Css Color HEX #4E30CD Purple Heart

📋 copy color: '#4E30CD'

red 78 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #4E30CD

Tints of Purple Heart #4E30CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 23.56%
G = 14.5%
B = 61.93%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E30CD (or 0x4E30CD) is known color: Purple Heart. HEX triplet: 4E, 30 and CD. RGB value is (78,48,205). Sum of RGB (Red+Green+Blue) = 78+48+205=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E30CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30CD is #B1CF32. Grayscale: #4A4A4A. Windows color (decimal): -11652915 or 13447246. OLE color: 13447246.

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

Color convert

RGB 78 48 205 -
CMYK 0.62 0.77 0 0.20
HSL 251.47º 0.62% 0.5% -
HSV(B) 251.47º 0.77% 0.8% -
XYZ 15.22 8.14 58.53 -
YUV 74.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 78 48 205 0.62 0.77 0 0.20 251.47 0.62 0.5
Hex 4E 30 CD 3E 4D 0 14 FB 3E 32
Octal 116 60 315 76 115 0 24 373 76 62
Binary 1001110 110000 11001101 111110 1001101 0 10100 11111011 111110 110010

Color Harmonies of #4E30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E30CD

Black with #4E30CD

Text Example


Text Example

White with #4E30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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