Html Css Color HEX #491FCE Purple Heart

📋 copy color: '#491FCE'

red 73 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #491FCE

Tints of Purple Heart #491FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 23.55%
G = 10%
B = 66.45%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#491FCE (or 0x491FCE) is known color: Purple Heart. HEX triplet: 49, 1F and CE. RGB value is (73,31,206). Sum of RGB (Red+Green+Blue) = 73+31+206=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #491FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FCE is #B6E031. Grayscale: #3E3E3E. Windows color (decimal): -11984946 or 13508425. OLE color: 13508425.

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

Color convert

RGB 73 31 206 -
CMYK 0.65 0.85 0 0.19
HSL 254.4º 0.74% 0.46% -
HSV(B) 254.4º 0.85% 0.81% -
XYZ 14.38 6.85 58.96 -
YUV 63.51 208.41 134.77 -
System Red Green Blue C M Y K H S L
Decimal 73 31 206 0.65 0.85 0 0.19 254.4 0.74 0.46
Hex 49 1F CE 41 55 0 13 FE 4A 2E
Octal 111 37 316 101 125 0 23 376 112 56
Binary 1001001 11111 11001110 1000001 1010101 0 10011 11111110 1001010 101110

Color Harmonies of #491FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FCE

Black with #491FCE

Text Example


Text Example

White with #491FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,206); }

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

background-color css

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

 a { background-color: rgb(73,31,206); }

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

border-color css

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

 span { border-color: rgb(73,31,206); }

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