Html Css Color HEX #490FBD Purple Heart

📋 copy color: '#490FBD'

red 73 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #490FBD

Tints of Purple Heart #490FBD

RGB

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

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

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

R = 26.35%
G = 5.42%
B = 68.23%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#490FBD (or 0x490FBD) is known color: Purple Heart. HEX triplet: 49, 0F and BD. RGB value is (73,15,189). Sum of RGB (Red+Green+Blue) = 73+15+189=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #490FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBD is #B6F042. Grayscale: #333333. Windows color (decimal): -11989059 or 12390217. OLE color: 12390217.

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

Color convert

RGB 73 15 189 -
CMYK 0.61 0.92 0 0.26
HSL 260º 0.85% 0.4% -
HSV(B) 260º 0.92% 0.74% -
XYZ 12.1 5.43 48.55 -
YUV 52.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 73 15 189 0.61 0.92 0 0.26 260 0.85 0.4
Hex 49 F BD 3D 5C 0 1A 104 55 28
Octal 111 17 275 75 134 0 32 404 125 50
Binary 1001001 1111 10111101 111101 1011100 0 11010 100000100 1010101 101000

Color Harmonies of #490FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FBD

Black with #490FBD

Text Example


Text Example

White with #490FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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