Html Css Color HEX #7516AA Purple Heart

📋 copy color: '#7516AA'

red 117 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #7516AA

Tints of Purple Heart #7516AA

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

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

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

R = 37.86%
G = 7.12%
B = 55.02%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7516AA (or 0x7516AA) is known color: Purple Heart. HEX triplet: 75, 16 and AA. RGB value is (117,22,170). Sum of RGB (Red+Green+Blue) = 117+22+170=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 22 (8.98% from 255 or 7.12% 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 #7516AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7516AA is #8AE955. Grayscale: #424242. Windows color (decimal): -9103702 or 11146869. OLE color: 11146869.

HSL color Cylindrical-coordinate representation of color #7516AA: hue angle of 278.51º 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 #7516AA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 22 170 -
CMYK 0.31 0.87 0 0.33
HSL 278.51º 0.77% 0.38% -
HSV(B) 278.51º 0.87% 0.67% -
XYZ 14.88 7.26 38.65 -
YUV 67.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 117 22 170 0.31 0.87 0 0.33 278.51 0.77 0.38
Hex 75 16 AA 1F 57 0 21 117 4D 26
Octal 165 26 252 37 127 0 41 427 115 46
Binary 1110101 10110 10101010 11111 1010111 0 100001 100010111 1001101 100110

Color Harmonies of #7516AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516AA

Black with #7516AA

Text Example


Text Example

White with #7516AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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