Html Css Color HEX #490CB6 Purple Heart

📋 copy color: '#490CB6'

red 73 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #490CB6

Tints of Purple Heart #490CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 27.34%
G = 4.49%
B = 68.16%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490CB6 (or 0x490CB6) is known color: Purple Heart. HEX triplet: 49, 0C and B6. RGB value is (73,12,182). Sum of RGB (Red+Green+Blue) = 73+12+182=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #490CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CB6 is #B6F349. Grayscale: #313131. Windows color (decimal): -11989834 or 11930697. OLE color: 11930697.

HSL color Cylindrical-coordinate representation of color #490CB6: hue angle of 261.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CB6 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 12 182 -
CMYK 0.60 0.93 0 0.29
HSL 261.53º 0.88% 0.38% -
HSV(B) 261.53º 0.93% 0.71% -
XYZ 11.32 5.06 44.64 -
YUV 49.62 202.71 144.68 -
System Red Green Blue C M Y K H S L
Decimal 73 12 182 0.60 0.93 0 0.29 261.53 0.88 0.38
Hex 49 C B6 3C 5D 0 1D 106 58 26
Octal 111 14 266 74 135 0 35 406 130 46
Binary 1001001 1100 10110110 111100 1011101 0 11101 100000110 1011000 100110

Color Harmonies of #490CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CB6

Black with #490CB6

Text Example


Text Example

White with #490CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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