Html Css Color HEX #7428AE Purple Heart

📋 copy color: '#7428AE'

red 116 ◦ green 40 ◦ blue 174

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

Shades of Purple Heart #7428AE

Tints of Purple Heart #7428AE

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 35.15%
G = 12.12%
B = 52.73%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7428AE (or 0x7428AE) is known color: Purple Heart. HEX triplet: 74, 28 and AE. RGB value is (116,40,174). Sum of RGB (Red+Green+Blue) = 116+40+174=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #7428AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7428AE is #8BD751. Grayscale: #4D4D4D. Windows color (decimal): -9164626 or 11413620. OLE color: 11413620.

HSL color Cylindrical-coordinate representation of color #7428AE: hue angle of 274.03º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7428AE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 40 174 -
CMYK 0.33 0.77 0 0.32
HSL 274.03º 0.63% 0.42% -
HSV(B) 274.03º 0.77% 0.68% -
XYZ 15.6 8.29 40.82 -
YUV 78 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 116 40 174 0.33 0.77 0 0.32 274.03 0.63 0.42
Hex 74 28 AE 21 4D 0 20 112 3F 2A
Octal 164 50 256 41 115 0 40 422 77 52
Binary 1110100 101000 10101110 100001 1001101 0 100000 100010010 111111 101010

Color Harmonies of #7428AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428AE

Black with #7428AE

Text Example


Text Example

White with #7428AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,40,174); }

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

background-color css

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

 a { background-color: rgb(116,40,174); }

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

border-color css

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

 span { border-color: rgb(116,40,174); }

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