Html Css Color HEX #4924AE Purple Heart

📋 copy color: '#4924AE'

red 73 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #4924AE

Tints of Purple Heart #4924AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 25.8%
G = 12.72%
B = 61.48%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4924AE (or 0x4924AE) is known color: Purple Heart. HEX triplet: 49, 24 and AE. RGB value is (73,36,174). Sum of RGB (Red+Green+Blue) = 73+36+174=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #4924AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4924AE is #B6DB51. Grayscale: #3E3E3E. Windows color (decimal): -11983698 or 11412553. OLE color: 11412553.

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

Color convert

RGB 73 36 174 -
CMYK 0.58 0.79 0 0.32
HSL 256.09º 0.66% 0.41% -
HSV(B) 256.09º 0.79% 0.68% -
XYZ 11.02 5.73 40.57 -
YUV 62.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 73 36 174 0.58 0.79 0 0.32 256.09 0.66 0.41
Hex 49 24 AE 3A 4F 0 20 100 42 29
Octal 111 44 256 72 117 0 40 400 102 51
Binary 1001001 100100 10101110 111010 1001111 0 100000 100000000 1000010 101001

Color Harmonies of #4924AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4924AE

Black with #4924AE

Text Example


Text Example

White with #4924AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4924AE; }

 p { color: rgb(73,36,174); }

 H1.HeaderClassName
 {
   color: #4924AE;
 }
 .AnyTagClassName
 {
   color: #4924AE;
 }
</style>

background-color css

<style>
 a { background-color: #4924AE; }

 a { background-color: rgb(73,36,174); }

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

border-color css

<style>
 span { border-color: #4924AE; }

 span { border-color: rgb(73,36,174); }

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