Html Css Color HEX #7615AA Purple Heart

📋 copy color: '#7615AA'

red 118 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #7615AA

Tints of Purple Heart #7615AA

RGB

 RED value IS 118 (46.48% from 255) = 38.19%

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

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

R = 38.19%
G = 6.8%
B = 55.02%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7615AA (or 0x7615AA) is known color: Purple Heart. HEX triplet: 76, 15 and AA. RGB value is (118,21,170). Sum of RGB (Red+Green+Blue) = 118+21+170=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 21 (8.59% from 255 or 6.80% 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 #7615AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7615AA is #89EA55. Grayscale: #424242. Windows color (decimal): -9038422 or 11146614. OLE color: 11146614.

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

Color convert

RGB 118 21 170 -
CMYK 0.31 0.88 0 0.33
HSL 279.06º 0.78% 0.37% -
HSV(B) 279.06º 0.88% 0.67% -
XYZ 15 7.29 38.65 -
YUV 66.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 118 21 170 0.31 0.88 0 0.33 279.06 0.78 0.37
Hex 76 15 AA 1F 58 0 21 117 4E 25
Octal 166 25 252 37 130 0 41 427 116 45
Binary 1110110 10101 10101010 11111 1011000 0 100001 100010111 1001110 100101

Color Harmonies of #7615AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615AA

Black with #7615AA

Text Example


Text Example

White with #7615AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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