Html Css Color HEX #490DC8 Purple Heart

📋 copy color: '#490DC8'

red 73 ◦ green 13 ◦ blue 200

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

Shades of Purple Heart #490DC8

Tints of Purple Heart #490DC8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 200 (78.52% from 255) = 69.93%

R = 25.52%
G = 4.55%
B = 69.93%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#490DC8 (or 0x490DC8) is known color: Purple Heart. HEX triplet: 49, 0D and C8. RGB value is (73,13,200). Sum of RGB (Red+Green+Blue) = 73+13+200=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 200 (78.52% from 255 or 69.93% from 286); Max value from RGB is 200 - color contains mainly: blue. Hex color #490DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DC8 is #B6F237. Grayscale: #333333. Windows color (decimal): -11989560 or 13110601. OLE color: 13110601.

HSL color Cylindrical-coordinate representation of color #490DC8: hue angle of 259.25º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DC8 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 13 200 -
CMYK 0.64 0.94 0 0.22
HSL 259.25º 0.88% 0.42% -
HSV(B) 259.25º 0.94% 0.78% -
XYZ 13.32 5.87 55.08 -
YUV 52.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 73 13 200 0.64 0.94 0 0.22 259.25 0.88 0.42
Hex 49 D C8 40 5E 0 16 103 58 2A
Octal 111 15 310 100 136 0 26 403 130 52
Binary 1001001 1101 11001000 1000000 1011110 0 10110 100000011 1011000 101010

Color Harmonies of #490DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DC8

Black with #490DC8

Text Example


Text Example

White with #490DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,200); }

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

background-color css

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

 a { background-color: rgb(73,13,200); }

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

border-color css

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

 span { border-color: rgb(73,13,200); }

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