Html Css Color HEX #4929BF Purple Heart

📋 copy color: '#4929BF'

red 73 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #4929BF

Tints of Purple Heart #4929BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 23.93%
G = 13.44%
B = 62.62%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4929BF (or 0x4929BF) is known color: Purple Heart. HEX triplet: 49, 29 and BF. RGB value is (73,41,191). Sum of RGB (Red+Green+Blue) = 73+41+191=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #4929BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929BF is #B6D640. Grayscale: #434343. Windows color (decimal): -11982401 or 12527945. OLE color: 12527945.

HSL color Cylindrical-coordinate representation of color #4929BF: hue angle of 252.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4929BF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 41 191 -
CMYK 0.62 0.79 0 0.25
HSL 252.8º 0.65% 0.45% -
HSV(B) 252.8º 0.79% 0.75% -
XYZ 12.94 6.76 49.91 -
YUV 67.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 73 41 191 0.62 0.79 0 0.25 252.8 0.65 0.45
Hex 49 29 BF 3E 4F 0 19 FD 41 2D
Octal 111 51 277 76 117 0 31 375 101 55
Binary 1001001 101001 10111111 111110 1001111 0 11001 11111101 1000001 101101

Color Harmonies of #4929BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4929BF

Black with #4929BF

Text Example


Text Example

White with #4929BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4929BF; }

 p { color: rgb(73,41,191); }

 H1.HeaderClassName
 {
   color: #4929BF;
 }
 .AnyTagClassName
 {
   color: #4929BF;
 }
</style>

background-color css

<style>
 a { background-color: #4929BF; }

 a { background-color: rgb(73,41,191); }

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

border-color css

<style>
 span { border-color: #4929BF; }

 span { border-color: rgb(73,41,191); }

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