Html Css Color HEX #4A1ECE Purple Heart

📋 copy color: '#4A1ECE'

red 74 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #4A1ECE

Tints of Purple Heart #4A1ECE

RGB

 RED value IS 74 (29.3% from 255) = 23.87%

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 23.87%
G = 9.68%
B = 66.45%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A1ECE (or 0x4A1ECE) is known color: Purple Heart. HEX triplet: 4A, 1E and CE. RGB value is (74,30,206). Sum of RGB (Red+Green+Blue) = 74+30+206=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1ECE is #B5E131. Grayscale: #3E3E3E. Windows color (decimal): -11919666 or 13508170. OLE color: 13508170.

HSL color Cylindrical-coordinate representation of color #4A1ECE: hue angle of 255º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1ECE is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 30 206 -
CMYK 0.64 0.85 0 0.19
HSL 255º 0.75% 0.46% -
HSV(B) 255º 0.85% 0.81% -
XYZ 14.43 6.84 58.95 -
YUV 63.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 74 30 206 0.64 0.85 0 0.19 255 0.75 0.46
Hex 4A 1E CE 40 55 0 13 FF 4B 2E
Octal 112 36 316 100 125 0 23 377 113 56
Binary 1001010 11110 11001110 1000000 1010101 0 10011 11111111 1001011 101110

Color Harmonies of #4A1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1ECE

Black with #4A1ECE

Text Example


Text Example

White with #4A1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,30,206); }

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

background-color css

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

 a { background-color: rgb(74,30,206); }

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

border-color css

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

 span { border-color: rgb(74,30,206); }

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