Html Css Color HEX #491ECC Purple Heart

📋 copy color: '#491ECC'

red 73 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #491ECC

Tints of Purple Heart #491ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 23.78%
G = 9.77%
B = 66.45%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#491ECC (or 0x491ECC) is known color: Purple Heart. HEX triplet: 49, 1E and CC. RGB value is (73,30,204). Sum of RGB (Red+Green+Blue) = 73+30+204=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #491ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ECC is #B6E133. Grayscale: #3E3E3E. Windows color (decimal): -11985204 or 13377097. OLE color: 13377097.

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

Color convert

RGB 73 30 204 -
CMYK 0.64 0.85 0 0.2
HSL 254.83º 0.74% 0.46% -
HSV(B) 254.83º 0.85% 0.8% -
XYZ 14.11 6.7 57.68 -
YUV 62.69 207.75 135.35 -
System Red Green Blue C M Y K H S L
Decimal 73 30 204 0.64 0.85 0 0.2 254.83 0.74 0.46
Hex 49 1E CC 40 55 0 14 FF 4A 2E
Octal 111 36 314 100 125 0 24 377 112 56
Binary 1001001 11110 11001100 1000000 1010101 0 10100 11111111 1001010 101110

Color Harmonies of #491ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ECC

Black with #491ECC

Text Example


Text Example

White with #491ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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