Html Css Color HEX #7316AA Purple Heart

📋 copy color: '#7316AA'

red 115 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #7316AA

Tints of Purple Heart #7316AA

RGB

 RED value IS 115 (45.31% from 255) = 37.46%

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 37.46%
G = 7.17%
B = 55.37%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7316AA (or 0x7316AA) is known color: Purple Heart. HEX triplet: 73, 16 and AA. RGB value is (115,22,170). Sum of RGB (Red+Green+Blue) = 115+22+170=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7316AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7316AA is #8CE955. Grayscale: #424242. Windows color (decimal): -9234774 or 11146867. OLE color: 11146867.

HSL color Cylindrical-coordinate representation of color #7316AA: hue angle of 277.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7316AA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 22 170 -
CMYK 0.32 0.87 0 0.33
HSL 277.7º 0.77% 0.38% -
HSV(B) 277.7º 0.87% 0.67% -
XYZ 14.61 7.12 38.63 -
YUV 66.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 115 22 170 0.32 0.87 0 0.33 277.7 0.77 0.38
Hex 73 16 AA 20 57 0 21 116 4D 26
Octal 163 26 252 40 127 0 41 426 115 46
Binary 1110011 10110 10101010 100000 1010111 0 100001 100010110 1001101 100110

Color Harmonies of #7316AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316AA

Black with #7316AA

Text Example


Text Example

White with #7316AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,22,170); }

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

background-color css

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

 a { background-color: rgb(115,22,170); }

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

border-color css

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

 span { border-color: rgb(115,22,170); }

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