Html Css Color HEX #490FCE Purple Heart

📋 copy color: '#490FCE'

red 73 ◦ green 15 ◦ blue 206

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

Shades of Purple Heart #490FCE

Tints of Purple Heart #490FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.1%

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

R = 24.83%
G = 5.1%
B = 70.07%

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

#490FCE (or 0x490FCE) is known color: Purple Heart. HEX triplet: 49, 0F and CE. RGB value is (73,15,206). Sum of RGB (Red+Green+Blue) = 73+15+206=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #490FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FCE is #B6F031. Grayscale: #353535. Windows color (decimal): -11989042 or 13504329. OLE color: 13504329.

HSL color Cylindrical-coordinate representation of color #490FCE: hue angle of 258.22º degrees, saturation: 0.86, 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 #490FCE is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 15 206 -
CMYK 0.65 0.93 0 0.19
HSL 258.22º 0.86% 0.43% -
HSV(B) 258.22º 0.93% 0.81% -
XYZ 14.06 6.21 58.85 -
YUV 54.12 213.72 141.47 -
System Red Green Blue C M Y K H S L
Decimal 73 15 206 0.65 0.93 0 0.19 258.22 0.86 0.43
Hex 49 F CE 41 5D 0 13 102 56 2B
Octal 111 17 316 101 135 0 23 402 126 53
Binary 1001001 1111 11001110 1000001 1011101 0 10011 100000010 1010110 101011

Color Harmonies of #490FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FCE

Black with #490FCE

Text Example


Text Example

White with #490FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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