Html Css Color HEX #490FCD Purple Heart

📋 copy color: '#490FCD'

red 73 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #490FCD

Tints of Purple Heart #490FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.97%

R = 24.91%
G = 5.12%
B = 69.97%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#490FCD (or 0x490FCD) is known color: Purple Heart. HEX triplet: 49, 0F and CD. RGB value is (73,15,205). Sum of RGB (Red+Green+Blue) = 73+15+205=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #490FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FCD is #B6F032. Grayscale: #353535. Windows color (decimal): -11989043 or 13438793. OLE color: 13438793.

HSL color Cylindrical-coordinate representation of color #490FCD: hue angle of 258.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FCD is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 15 205 -
CMYK 0.64 0.93 0 0.20
HSL 258.32º 0.86% 0.43% -
HSV(B) 258.32º 0.93% 0.8% -
XYZ 13.94 6.17 58.21 -
YUV 54 213.22 141.55 -
System Red Green Blue C M Y K H S L
Decimal 73 15 205 0.64 0.93 0 0.20 258.32 0.86 0.43
Hex 49 F CD 40 5D 0 14 102 56 2B
Octal 111 17 315 100 135 0 24 402 126 53
Binary 1001001 1111 11001101 1000000 1011101 0 10100 100000010 1010110 101011

Color Harmonies of #490FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FCD

Black with #490FCD

Text Example


Text Example

White with #490FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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