Html Css Color HEX #4824AE Purple Heart

📋 copy color: '#4824AE'

red 72 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #4824AE

Tints of Purple Heart #4824AE

RGB

 RED value IS 72 (28.52% from 255) = 25.53%

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

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

R = 25.53%
G = 12.77%
B = 61.7%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4824AE (or 0x4824AE) is known color: Purple Heart. HEX triplet: 48, 24 and AE. RGB value is (72,36,174). Sum of RGB (Red+Green+Blue) = 72+36+174=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #4824AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4824AE is #B7DB51. Grayscale: #3D3D3D. Windows color (decimal): -12049234 or 11412552. OLE color: 11412552.

HSL color Cylindrical-coordinate representation of color #4824AE: hue angle of 255.65º 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 #4824AE is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 36 174 -
CMYK 0.59 0.79 0 0.32
HSL 255.65º 0.66% 0.41% -
HSV(B) 255.65º 0.79% 0.68% -
XYZ 10.94 5.7 40.57 -
YUV 62.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 72 36 174 0.59 0.79 0 0.32 255.65 0.66 0.41
Hex 48 24 AE 3B 4F 0 20 100 42 29
Octal 110 44 256 73 117 0 40 400 102 51
Binary 1001000 100100 10101110 111011 1001111 0 100000 100000000 1000010 101001

Color Harmonies of #4824AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4824AE

Black with #4824AE

Text Example


Text Example

White with #4824AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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