Html Css Color HEX #4E10CD Purple Heart

📋 copy color: '#4E10CD'

red 78 ◦ green 16 ◦ blue 205

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

Shades of Purple Heart #4E10CD

Tints of Purple Heart #4E10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 26.09%
G = 5.35%
B = 68.56%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E10CD (or 0x4E10CD) is known color: Purple Heart. HEX triplet: 4E, 10 and CD. RGB value is (78,16,205). Sum of RGB (Red+Green+Blue) = 78+16+205=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E10CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10CD is #B1EF32. Grayscale: #373737. Windows color (decimal): -11661107 or 13439054. OLE color: 13439054.

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

Color convert

RGB 78 16 205 -
CMYK 0.62 0.92 0 0.20
HSL 259.68º 0.86% 0.43% -
HSV(B) 259.68º 0.92% 0.8% -
XYZ 14.35 6.4 58.24 -
YUV 56.08 212.04 143.63 -
System Red Green Blue C M Y K H S L
Decimal 78 16 205 0.62 0.92 0 0.20 259.68 0.86 0.43
Hex 4E 10 CD 3E 5C 0 14 104 56 2B
Octal 116 20 315 76 134 0 24 404 126 53
Binary 1001110 10000 11001101 111110 1011100 0 10100 100000100 1010110 101011

Color Harmonies of #4E10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E10CD

Black with #4E10CD

Text Example


Text Example

White with #4E10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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