Html Css Color HEX #490CBD Purple Heart

📋 copy color: '#490CBD'

red 73 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #490CBD

Tints of Purple Heart #490CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 26.64%
G = 4.38%
B = 68.98%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#490CBD (or 0x490CBD) is known color: Purple Heart. HEX triplet: 49, 0C and BD. RGB value is (73,12,189). Sum of RGB (Red+Green+Blue) = 73+12+189=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #490CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CBD is #B6F342. Grayscale: #313131. Windows color (decimal): -11989827 or 12389449. OLE color: 12389449.

HSL color Cylindrical-coordinate representation of color #490CBD: hue angle of 260.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CBD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 12 189 -
CMYK 0.61 0.94 0 0.26
HSL 260.68º 0.88% 0.39% -
HSV(B) 260.68º 0.94% 0.74% -
XYZ 12.06 5.35 48.54 -
YUV 50.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 73 12 189 0.61 0.94 0 0.26 260.68 0.88 0.39
Hex 49 C BD 3D 5E 0 1A 105 58 27
Octal 111 14 275 75 136 0 32 405 130 47
Binary 1001001 1100 10111101 111101 1011110 0 11010 100000101 1011000 100111

Color Harmonies of #490CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CBD

Black with #490CBD

Text Example


Text Example

White with #490CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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