Html Css Color HEX #490ECF Purple Heart

📋 copy color: '#490ECF'

red 73 ◦ green 14 ◦ blue 207

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

Shades of Purple Heart #490ECF

Tints of Purple Heart #490ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.76%

 BLUE value IS 207 (81.25% from 255) = 70.41%

R = 24.83%
G = 4.76%
B = 70.41%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#490ECF (or 0x490ECF) is known color: Purple Heart. HEX triplet: 49, 0E and CF. RGB value is (73,14,207). Sum of RGB (Red+Green+Blue) = 73+14+207=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #490ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ECF is #B6F130. Grayscale: #343434. Windows color (decimal): -11989297 or 13569609. OLE color: 13569609.

HSL color Cylindrical-coordinate representation of color #490ECF: hue angle of 258.34º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490ECF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 14 207 -
CMYK 0.65 0.93 0 0.19
HSL 258.34º 0.87% 0.43% -
HSV(B) 258.34º 0.93% 0.81% -
XYZ 14.17 6.24 59.49 -
YUV 53.64 214.55 141.81 -
System Red Green Blue C M Y K H S L
Decimal 73 14 207 0.65 0.93 0 0.19 258.34 0.87 0.43
Hex 49 E CF 41 5D 0 13 102 57 2B
Octal 111 16 317 101 135 0 23 402 127 53
Binary 1001001 1110 11001111 1000001 1011101 0 10011 100000010 1010111 101011

Color Harmonies of #490ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ECF

Black with #490ECF

Text Example


Text Example

White with #490ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490ECF; }

 p { color: rgb(73,14,207); }

 H1.HeaderClassName
 {
   color: #490ECF;
 }
 .AnyTagClassName
 {
   color: #490ECF;
 }
</style>

background-color css

<style>
 a { background-color: #490ECF; }

 a { background-color: rgb(73,14,207); }

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

border-color css

<style>
 span { border-color: #490ECF; }

 span { border-color: rgb(73,14,207); }

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