Html Css Color HEX #7024AE Purple Heart

📋 copy color: '#7024AE'

red 112 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #7024AE

Tints of Purple Heart #7024AE

RGB

 RED value IS 112 (44.14% from 255) = 34.78%

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

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

R = 34.78%
G = 11.18%
B = 54.04%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7024AE (or 0x7024AE) is known color: Purple Heart. HEX triplet: 70, 24 and AE. RGB value is (112,36,174). Sum of RGB (Red+Green+Blue) = 112+36+174=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #7024AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7024AE is #8FDB51. Grayscale: #494949. Windows color (decimal): -9427794 or 11412592. OLE color: 11412592.

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

Color convert

RGB 112 36 174 -
CMYK 0.36 0.79 0 0.32
HSL 273.04º 0.66% 0.41% -
HSV(B) 273.04º 0.79% 0.68% -
XYZ 14.95 7.76 40.75 -
YUV 74.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 112 36 174 0.36 0.79 0 0.32 273.04 0.66 0.41
Hex 70 24 AE 24 4F 0 20 111 42 29
Octal 160 44 256 44 117 0 40 421 102 51
Binary 1110000 100100 10101110 100100 1001111 0 100000 100010001 1000010 101001

Color Harmonies of #7024AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024AE

Black with #7024AE

Text Example


Text Example

White with #7024AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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