Html Css Color HEX #4E10CA Purple Heart

📋 copy color: '#4E10CA'

red 78 ◦ green 16 ◦ blue 202

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

Shades of Purple Heart #4E10CA

Tints of Purple Heart #4E10CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 26.35%
G = 5.41%
B = 68.24%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E10CA (or 0x4E10CA) is known color: Purple Heart. HEX triplet: 4E, 10 and CA. RGB value is (78,16,202). Sum of RGB (Red+Green+Blue) = 78+16+202=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E10CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10CA is #B1EF35. Grayscale: #373737. Windows color (decimal): -11661110 or 13242446. OLE color: 13242446.

HSL color Cylindrical-coordinate representation of color #4E10CA: hue angle of 260º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E10CA is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 16 202 -
CMYK 0.61 0.92 0 0.21
HSL 260º 0.85% 0.43% -
HSV(B) 260º 0.92% 0.79% -
XYZ 13.99 6.25 56.35 -
YUV 55.74 210.54 143.88 -
System Red Green Blue C M Y K H S L
Decimal 78 16 202 0.61 0.92 0 0.21 260 0.85 0.43
Hex 4E 10 CA 3D 5C 0 15 104 55 2B
Octal 116 20 312 75 134 0 25 404 125 53
Binary 1001110 10000 11001010 111101 1011100 0 10101 100000100 1010101 101011

Color Harmonies of #4E10CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E10CA

Black with #4E10CA

Text Example


Text Example

White with #4E10CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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