Html Css Color HEX #491ED2 Purple Heart

📋 copy color: '#491ED2'

red 73 ◦ green 30 ◦ blue 210

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

Shades of Purple Heart #491ED2

Tints of Purple Heart #491ED2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 210 (82.42% from 255) = 67.09%

R = 23.32%
G = 9.58%
B = 67.09%

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

#491ED2 (or 0x491ED2) is known color: Purple Heart. HEX triplet: 49, 1E and D2. RGB value is (73,30,210). Sum of RGB (Red+Green+Blue) = 73+30+210=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 210 (82.42% from 255 or 67.09% from 313); Max value from RGB is 210 - color contains mainly: blue. Hex color #491ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ED2 is #B6E12D. Grayscale: #3E3E3E. Windows color (decimal): -11985198 or 13770313. OLE color: 13770313.

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

Color convert

RGB 73 30 210 -
CMYK 0.65 0.86 0 0.18
HSL 254.33º 0.75% 0.47% -
HSV(B) 254.33º 0.86% 0.82% -
XYZ 14.84 7 61.54 -
YUV 63.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 73 30 210 0.65 0.86 0 0.18 254.33 0.75 0.47
Hex 49 1E D2 41 56 0 12 FE 4B 2F
Octal 111 36 322 101 126 0 22 376 113 57
Binary 1001001 11110 11010010 1000001 1010110 0 10010 11111110 1001011 101111

Color Harmonies of #491ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ED2

Black with #491ED2

Text Example


Text Example

White with #491ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,210); }

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

background-color css

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

 a { background-color: rgb(73,30,210); }

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

border-color css

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

 span { border-color: rgb(73,30,210); }

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