Html Css Color HEX #7613AD Purple Heart

📋 copy color: '#7613AD'

red 118 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #7613AD

Tints of Purple Heart #7613AD

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

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

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 38.06%
G = 6.13%
B = 55.81%

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

#7613AD (or 0x7613AD) is known color: Purple Heart. HEX triplet: 76, 13 and AD. RGB value is (118,19,173). Sum of RGB (Red+Green+Blue) = 118+19+173=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7613AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AD is #89EC52. Grayscale: #414141. Windows color (decimal): -9038931 or 11342710. OLE color: 11342710.

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

Color convert

RGB 118 19 173 -
CMYK 0.32 0.89 0 0.32
HSL 278.57º 0.8% 0.38% -
HSV(B) 278.57º 0.89% 0.68% -
XYZ 15.25 7.33 40.15 -
YUV 66.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 118 19 173 0.32 0.89 0 0.32 278.57 0.8 0.38
Hex 76 13 AD 20 59 0 20 117 50 26
Octal 166 23 255 40 131 0 40 427 120 46
Binary 1110110 10011 10101101 100000 1011001 0 100000 100010111 1010000 100110

Color Harmonies of #7613AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613AD

Black with #7613AD

Text Example


Text Example

White with #7613AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7613AD; }

 p { color: rgb(118,19,173); }

 H1.HeaderClassName
 {
   color: #7613AD;
 }
 .AnyTagClassName
 {
   color: #7613AD;
 }
</style>

background-color css

<style>
 a { background-color: #7613AD; }

 a { background-color: rgb(118,19,173); }

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

border-color css

<style>
 span { border-color: #7613AD; }

 span { border-color: rgb(118,19,173); }

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