Html Css Color HEX #7713AE Purple Heart

📋 copy color: '#7713AE'

red 119 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #7713AE

Tints of Purple Heart #7713AE

RGB

 RED value IS 119 (46.88% from 255) = 38.14%

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

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

R = 38.14%
G = 6.09%
B = 55.77%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7713AE (or 0x7713AE) is known color: Purple Heart. HEX triplet: 77, 13 and AE. RGB value is (119,19,174). Sum of RGB (Red+Green+Blue) = 119+19+174=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #7713AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7713AE is #88EC51. Grayscale: #424242. Windows color (decimal): -8973394 or 11408247. OLE color: 11408247.

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

Color convert

RGB 119 19 174 -
CMYK 0.32 0.89 0 0.32
HSL 278.71º 0.8% 0.38% -
HSV(B) 278.71º 0.89% 0.68% -
XYZ 15.48 7.44 40.67 -
YUV 66.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 119 19 174 0.32 0.89 0 0.32 278.71 0.8 0.38
Hex 77 13 AE 20 59 0 20 117 50 26
Octal 167 23 256 40 131 0 40 427 120 46
Binary 1110111 10011 10101110 100000 1011001 0 100000 100010111 1010000 100110

Color Harmonies of #7713AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7713AE

Black with #7713AE

Text Example


Text Example

White with #7713AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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