Html Css Color HEX #7413AF Purple Heart

📋 copy color: '#7413AF'

red 116 ◦ green 19 ◦ blue 175

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

Shades of Purple Heart #7413AF

Tints of Purple Heart #7413AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 37.42%
G = 6.13%
B = 56.45%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7413AF (or 0x7413AF) is known color: Purple Heart. HEX triplet: 74, 13 and AF. RGB value is (116,19,175). Sum of RGB (Red+Green+Blue) = 116+19+175=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #7413AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413AF is #8BEC50. Grayscale: #414141. Windows color (decimal): -9170001 or 11473780. OLE color: 11473780.

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

Color convert

RGB 116 19 175 -
CMYK 0.34 0.89 0 0.31
HSL 277.31º 0.8% 0.38% -
HSV(B) 277.31º 0.89% 0.69% -
XYZ 15.17 7.27 41.16 -
YUV 65.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 116 19 175 0.34 0.89 0 0.31 277.31 0.8 0.38
Hex 74 13 AF 22 59 0 1F 115 50 26
Octal 164 23 257 42 131 0 37 425 120 46
Binary 1110100 10011 10101111 100010 1011001 0 11111 100010101 1010000 100110

Color Harmonies of #7413AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413AF

Black with #7413AF

Text Example


Text Example

White with #7413AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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