Html Css Color HEX #7813AD Purple Heart

📋 copy color: '#7813AD'

red 120 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #7813AD

Tints of Purple Heart #7813AD

RGB

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

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

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

R = 38.46%
G = 6.09%
B = 55.45%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7813AD (or 0x7813AD) is known color: Purple Heart. HEX triplet: 78, 13 and AD. RGB value is (120,19,173). Sum of RGB (Red+Green+Blue) = 120+19+173=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7813AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7813AD is #87EC52. Grayscale: #424242. Windows color (decimal): -8907859 or 11342712. OLE color: 11342712.

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

Color convert

RGB 120 19 173 -
CMYK 0.31 0.89 0 0.32
HSL 279.35º 0.8% 0.38% -
HSV(B) 279.35º 0.89% 0.68% -
XYZ 15.52 7.48 40.16 -
YUV 66.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 120 19 173 0.31 0.89 0 0.32 279.35 0.8 0.38
Hex 78 13 AD 1F 59 0 20 117 50 26
Octal 170 23 255 37 131 0 40 427 120 46
Binary 1111000 10011 10101101 11111 1011001 0 100000 100010111 1010000 100110

Color Harmonies of #7813AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813AD

Black with #7813AD

Text Example


Text Example

White with #7813AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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