Html Css Color HEX #491DD0 Purple Heart

📋 copy color: '#491DD0'

red 73 ◦ green 29 ◦ blue 208

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

Shades of Purple Heart #491DD0

Tints of Purple Heart #491DD0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 208 (81.64% from 255) = 67.1%

R = 23.55%
G = 9.35%
B = 67.1%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#491DD0 (or 0x491DD0) is known color: Purple Heart. HEX triplet: 49, 1D and D0. RGB value is (73,29,208). Sum of RGB (Red+Green+Blue) = 73+29+208=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #491DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DD0 is #B6E22F. Grayscale: #3D3D3D. Windows color (decimal): -11985456 or 13638985. OLE color: 13638985.

HSL color Cylindrical-coordinate representation of color #491DD0: hue angle of 254.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491DD0 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 29 208 -
CMYK 0.65 0.86 0 0.18
HSL 254.75º 0.76% 0.46% -
HSV(B) 254.75º 0.86% 0.82% -
XYZ 14.57 6.85 60.23 -
YUV 62.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 73 29 208 0.65 0.86 0 0.18 254.75 0.76 0.46
Hex 49 1D D0 41 56 0 12 FF 4C 2E
Octal 111 35 320 101 126 0 22 377 114 56
Binary 1001001 11101 11010000 1000001 1010110 0 10010 11111111 1001100 101110

Color Harmonies of #491DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DD0

Black with #491DD0

Text Example


Text Example

White with #491DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491DD0; }

 p { color: rgb(73,29,208); }

 H1.HeaderClassName
 {
   color: #491DD0;
 }
 .AnyTagClassName
 {
   color: #491DD0;
 }
</style>

background-color css

<style>
 a { background-color: #491DD0; }

 a { background-color: rgb(73,29,208); }

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

border-color css

<style>
 span { border-color: #491DD0; }

 span { border-color: rgb(73,29,208); }

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