Html Css Color HEX #491ECE Purple Heart

📋 copy color: '#491ECE'

red 73 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #491ECE

Tints of Purple Heart #491ECE

RGB

 RED value IS 73 (28.91% from 255) = 23.62%

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

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

R = 23.62%
G = 9.71%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#491ECE (or 0x491ECE) is known color: Purple Heart. HEX triplet: 49, 1E and CE. RGB value is (73,30,206). Sum of RGB (Red+Green+Blue) = 73+30+206=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #491ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ECE is #B6E131. Grayscale: #3E3E3E. Windows color (decimal): -11985202 or 13508169. OLE color: 13508169.

HSL color Cylindrical-coordinate representation of color #491ECE: hue angle of 254.66º 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 #491ECE is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 30 206 -
CMYK 0.65 0.85 0 0.19
HSL 254.66º 0.75% 0.46% -
HSV(B) 254.66º 0.85% 0.81% -
XYZ 14.35 6.8 58.95 -
YUV 62.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 73 30 206 0.65 0.85 0 0.19 254.66 0.75 0.46
Hex 49 1E CE 41 55 0 13 FF 4B 2E
Octal 111 36 316 101 125 0 23 377 113 56
Binary 1001001 11110 11001110 1000001 1010101 0 10011 11111111 1001011 101110

Color Harmonies of #491ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ECE

Black with #491ECE

Text Example


Text Example

White with #491ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491ECE; }

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

 H1.HeaderClassName
 {
   color: #491ECE;
 }
 .AnyTagClassName
 {
   color: #491ECE;
 }
</style>

background-color css

<style>
 a { background-color: #491ECE; }

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

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

border-color css

<style>
 span { border-color: #491ECE; }

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

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