Html Css Color HEX #490DBA Purple Heart

📋 copy color: '#490DBA'

red 73 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #490DBA

Tints of Purple Heart #490DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 26.84%
G = 4.78%
B = 68.38%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#490DBA (or 0x490DBA) is known color: Purple Heart. HEX triplet: 49, 0D and BA. RGB value is (73,13,186). Sum of RGB (Red+Green+Blue) = 73+13+186=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #490DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DBA is #B6F245. Grayscale: #323232. Windows color (decimal): -11989574 or 12193097. OLE color: 12193097.

HSL color Cylindrical-coordinate representation of color #490DBA: hue angle of 260.81º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DBA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 13 186 -
CMYK 0.61 0.93 0 0.27
HSL 260.81º 0.87% 0.39% -
HSV(B) 260.81º 0.93% 0.73% -
XYZ 11.75 5.25 46.85 -
YUV 50.66 204.38 143.93 -
System Red Green Blue C M Y K H S L
Decimal 73 13 186 0.61 0.93 0 0.27 260.81 0.87 0.39
Hex 49 D BA 3D 5D 0 1B 105 57 27
Octal 111 15 272 75 135 0 33 405 127 47
Binary 1001001 1101 10111010 111101 1011101 0 11011 100000101 1010111 100111

Color Harmonies of #490DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DBA

Black with #490DBA

Text Example


Text Example

White with #490DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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