Html Css Color HEX #491ECF Purple Heart

📋 copy color: '#491ECF'

red 73 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #491ECF

Tints of Purple Heart #491ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 23.55%
G = 9.68%
B = 66.77%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#491ECF (or 0x491ECF) is known color: Purple Heart. HEX triplet: 49, 1E and CF. RGB value is (73,30,207). Sum of RGB (Red+Green+Blue) = 73+30+207=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #491ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ECF is #B6E130. Grayscale: #3E3E3E. Windows color (decimal): -11985201 or 13573705. OLE color: 13573705.

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

Color convert

RGB 73 30 207 -
CMYK 0.65 0.86 0 0.19
HSL 254.58º 0.75% 0.46% -
HSV(B) 254.58º 0.86% 0.81% -
XYZ 14.47 6.85 59.59 -
YUV 63.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 73 30 207 0.65 0.86 0 0.19 254.58 0.75 0.46
Hex 49 1E CF 41 56 0 13 FF 4B 2E
Octal 111 36 317 101 126 0 23 377 113 56
Binary 1001001 11110 11001111 1000001 1010110 0 10011 11111111 1001011 101110

Color Harmonies of #491ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ECF

Black with #491ECF

Text Example


Text Example

White with #491ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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