Html Css Color HEX #7413AE Purple Heart

📋 copy color: '#7413AE'

red 116 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #7413AE

Tints of Purple Heart #7413AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 37.54%
G = 6.15%
B = 56.31%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7413AE (or 0x7413AE) is known color: Purple Heart. HEX triplet: 74, 13 and AE. RGB value is (116,19,174). Sum of RGB (Red+Green+Blue) = 116+19+174=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #7413AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413AE is #8BEC51. Grayscale: #414141. Windows color (decimal): -9170002 or 11408244. OLE color: 11408244.

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

Color convert

RGB 116 19 174 -
CMYK 0.33 0.89 0 0.32
HSL 277.55º 0.8% 0.38% -
HSV(B) 277.55º 0.89% 0.68% -
XYZ 15.08 7.23 40.65 -
YUV 65.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 116 19 174 0.33 0.89 0 0.32 277.55 0.8 0.38
Hex 74 13 AE 21 59 0 20 116 50 26
Octal 164 23 256 41 131 0 40 426 120 46
Binary 1110100 10011 10101110 100001 1011001 0 100000 100010110 1010000 100110

Color Harmonies of #7413AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413AE

Black with #7413AE

Text Example


Text Example

White with #7413AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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