Html Css Color HEX #4913B1 Purple Heart

📋 copy color: '#4913B1'

red 73 ◦ green 19 ◦ blue 177

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

Shades of Purple Heart #4913B1

Tints of Purple Heart #4913B1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 177 (69.53% from 255) = 65.8%

R = 27.14%
G = 7.06%
B = 65.8%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4913B1 (or 0x4913B1) is known color: Purple Heart. HEX triplet: 49, 13 and B1. RGB value is (73,19,177). Sum of RGB (Red+Green+Blue) = 73+19+177=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #4913B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4913B1 is #B6EC4E. Grayscale: #343434. Windows color (decimal): -11988047 or 11604809. OLE color: 11604809.

HSL color Cylindrical-coordinate representation of color #4913B1: hue angle of 260.51º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4913B1 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 19 177 -
CMYK 0.59 0.89 0 0.31
HSL 260.51º 0.81% 0.38% -
HSV(B) 260.51º 0.89% 0.69% -
XYZ 10.92 5.06 42 -
YUV 53.16 197.89 142.15 -
System Red Green Blue C M Y K H S L
Decimal 73 19 177 0.59 0.89 0 0.31 260.51 0.81 0.38
Hex 49 13 B1 3B 59 0 1F 105 51 26
Octal 111 23 261 73 131 0 37 405 121 46
Binary 1001001 10011 10110001 111011 1011001 0 11111 100000101 1010001 100110

Color Harmonies of #4913B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913B1

Black with #4913B1

Text Example


Text Example

White with #4913B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4913B1; }

 p { color: rgb(73,19,177); }

 H1.HeaderClassName
 {
   color: #4913B1;
 }
 .AnyTagClassName
 {
   color: #4913B1;
 }
</style>

background-color css

<style>
 a { background-color: #4913B1; }

 a { background-color: rgb(73,19,177); }

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

border-color css

<style>
 span { border-color: #4913B1; }

 span { border-color: rgb(73,19,177); }

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