Html Css Color HEX #7813AA Purple Heart

📋 copy color: '#7813AA'

red 120 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #7813AA

Tints of Purple Heart #7813AA

RGB

 RED value IS 120 (47.27% from 255) = 38.83%

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

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 38.83%
G = 6.15%
B = 55.02%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7813AA (or 0x7813AA) is known color: Purple Heart. HEX triplet: 78, 13 and AA. RGB value is (120,19,170). Sum of RGB (Red+Green+Blue) = 120+19+170=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #7813AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7813AA is #87EC55. Grayscale: #414141. Windows color (decimal): -8907862 or 11146104. OLE color: 11146104.

HSL color Cylindrical-coordinate representation of color #7813AA: hue angle of 280.13º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7813AA is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 19 170 -
CMYK 0.29 0.89 0 0.33
HSL 280.13º 0.8% 0.37% -
HSV(B) 280.13º 0.89% 0.67% -
XYZ 15.23 7.36 38.65 -
YUV 66.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 120 19 170 0.29 0.89 0 0.33 280.13 0.8 0.37
Hex 78 13 AA 1D 59 0 21 118 50 25
Octal 170 23 252 35 131 0 41 430 120 45
Binary 1111000 10011 10101010 11101 1011001 0 100001 100011000 1010000 100101

Color Harmonies of #7813AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813AA

Black with #7813AA

Text Example


Text Example

White with #7813AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7813AA; }

 p { color: rgb(120,19,170); }

 H1.HeaderClassName
 {
   color: #7813AA;
 }
 .AnyTagClassName
 {
   color: #7813AA;
 }
</style>

background-color css

<style>
 a { background-color: #7813AA; }

 a { background-color: rgb(120,19,170); }

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

border-color css

<style>
 span { border-color: #7813AA; }

 span { border-color: rgb(120,19,170); }

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