Html Css Color HEX #490CC4 Purple Heart

📋 copy color: '#490CC4'

red 73 ◦ green 12 ◦ blue 196

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

Shades of Purple Heart #490CC4

Tints of Purple Heart #490CC4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 196 (76.95% from 255) = 69.75%

R = 25.98%
G = 4.27%
B = 69.75%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#490CC4 (or 0x490CC4) is known color: Purple Heart. HEX triplet: 49, 0C and C4. RGB value is (73,12,196). Sum of RGB (Red+Green+Blue) = 73+12+196=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 196 (76.95% from 255 or 69.75% from 281); Max value from RGB is 196 - color contains mainly: blue. Hex color #490CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CC4 is #B6F33B. Grayscale: #323232. Windows color (decimal): -11989820 or 12848201. OLE color: 12848201.

HSL color Cylindrical-coordinate representation of color #490CC4: hue angle of 259.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CC4 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 12 196 -
CMYK 0.63 0.94 0 0.23
HSL 259.89º 0.88% 0.41% -
HSV(B) 259.89º 0.94% 0.77% -
XYZ 12.84 5.66 52.64 -
YUV 51.22 209.71 143.54 -
System Red Green Blue C M Y K H S L
Decimal 73 12 196 0.63 0.94 0 0.23 259.89 0.88 0.41
Hex 49 C C4 3F 5E 0 17 104 58 29
Octal 111 14 304 77 136 0 27 404 130 51
Binary 1001001 1100 11000100 111111 1011110 0 10111 100000100 1011000 101001

Color Harmonies of #490CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CC4

Black with #490CC4

Text Example


Text Example

White with #490CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,196); }

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

background-color css

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

 a { background-color: rgb(73,12,196); }

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

border-color css

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

 span { border-color: rgb(73,12,196); }

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