Html Css Color HEX #4926AD Purple Heart

📋 copy color: '#4926AD'

red 73 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #4926AD

Tints of Purple Heart #4926AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 25.7%
G = 13.38%
B = 60.92%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4926AD (or 0x4926AD) is known color: Purple Heart. HEX triplet: 49, 26 and AD. RGB value is (73,38,173). Sum of RGB (Red+Green+Blue) = 73+38+173=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4926AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4926AD is #B6D952. Grayscale: #3F3F3F. Windows color (decimal): -11983187 or 11347529. OLE color: 11347529.

HSL color Cylindrical-coordinate representation of color #4926AD: hue angle of 255.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4926AD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 38 173 -
CMYK 0.58 0.78 0 0.32
HSL 255.56º 0.64% 0.41% -
HSV(B) 255.56º 0.78% 0.68% -
XYZ 10.98 5.82 40.08 -
YUV 63.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 73 38 173 0.58 0.78 0 0.32 255.56 0.64 0.41
Hex 49 26 AD 3A 4E 0 20 100 40 29
Octal 111 46 255 72 116 0 40 400 100 51
Binary 1001001 100110 10101101 111010 1001110 0 100000 100000000 1000000 101001

Color Harmonies of #4926AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926AD

Black with #4926AD

Text Example


Text Example

White with #4926AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4926AD; }

 p { color: rgb(73,38,173); }

 H1.HeaderClassName
 {
   color: #4926AD;
 }
 .AnyTagClassName
 {
   color: #4926AD;
 }
</style>

background-color css

<style>
 a { background-color: #4926AD; }

 a { background-color: rgb(73,38,173); }

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

border-color css

<style>
 span { border-color: #4926AD; }

 span { border-color: rgb(73,38,173); }

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