Html Css Color HEX #491EBD Purple Heart

📋 copy color: '#491EBD'

red 73 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #491EBD

Tints of Purple Heart #491EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 25%
G = 10.27%
B = 64.73%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491EBD (or 0x491EBD) is known color: Purple Heart. HEX triplet: 49, 1E and BD. RGB value is (73,30,189). Sum of RGB (Red+Green+Blue) = 73+30+189=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #491EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EBD is #B6E142. Grayscale: #3C3C3C. Windows color (decimal): -11985219 or 12394057. OLE color: 12394057.

HSL color Cylindrical-coordinate representation of color #491EBD: hue angle of 256.23º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491EBD is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 30 189 -
CMYK 0.61 0.84 0 0.26
HSL 256.23º 0.73% 0.43% -
HSV(B) 256.23º 0.84% 0.74% -
XYZ 12.4 6.02 48.65 -
YUV 60.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 73 30 189 0.61 0.84 0 0.26 256.23 0.73 0.43
Hex 49 1E BD 3D 54 0 1A 100 49 2B
Octal 111 36 275 75 124 0 32 400 111 53
Binary 1001001 11110 10111101 111101 1010100 0 11010 100000000 1001001 101011

Color Harmonies of #491EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EBD

Black with #491EBD

Text Example


Text Example

White with #491EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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