Html Css Color HEX #7315AA Purple Heart

📋 copy color: '#7315AA'

red 115 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #7315AA

Tints of Purple Heart #7315AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 37.58%
G = 6.86%
B = 55.56%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7315AA (or 0x7315AA) is known color: Purple Heart. HEX triplet: 73, 15 and AA. RGB value is (115,21,170). Sum of RGB (Red+Green+Blue) = 115+21+170=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7315AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7315AA is #8CEA55. Grayscale: #414141. Windows color (decimal): -9235030 or 11146611. OLE color: 11146611.

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

Color convert

RGB 115 21 170 -
CMYK 0.32 0.88 0 0.33
HSL 277.85º 0.78% 0.37% -
HSV(B) 277.85º 0.88% 0.67% -
XYZ 14.59 7.08 38.63 -
YUV 66.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 115 21 170 0.32 0.88 0 0.33 277.85 0.78 0.37
Hex 73 15 AA 20 58 0 21 116 4E 25
Octal 163 25 252 40 130 0 41 426 116 45
Binary 1110011 10101 10101010 100000 1011000 0 100001 100010110 1001110 100101

Color Harmonies of #7315AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315AA

Black with #7315AA

Text Example


Text Example

White with #7315AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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