Html Css Color HEX #7615AB Purple Heart

📋 copy color: '#7615AB'

red 118 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #7615AB

Tints of Purple Heart #7615AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 38.06%
G = 6.77%
B = 55.16%

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

#7615AB (or 0x7615AB) is known color: Purple Heart. HEX triplet: 76, 15 and AB. RGB value is (118,21,171). Sum of RGB (Red+Green+Blue) = 118+21+171=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7615AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7615AB is #89EA54. Grayscale: #424242. Windows color (decimal): -9038421 or 11212150. OLE color: 11212150.

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

Color convert

RGB 118 21 171 -
CMYK 0.31 0.88 0 0.33
HSL 278.8º 0.78% 0.38% -
HSV(B) 278.8º 0.88% 0.67% -
XYZ 15.09 7.33 39.15 -
YUV 67.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 118 21 171 0.31 0.88 0 0.33 278.8 0.78 0.38
Hex 76 15 AB 1F 58 0 21 117 4E 26
Octal 166 25 253 37 130 0 41 427 116 46
Binary 1110110 10101 10101011 11111 1011000 0 100001 100010111 1001110 100110

Color Harmonies of #7615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615AB

Black with #7615AB

Text Example


Text Example

White with #7615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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