Html Css Color HEX #7615AF Purple Heart

📋 copy color: '#7615AF'

red 118 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #7615AF

Tints of Purple Heart #7615AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 37.58%
G = 6.69%
B = 55.73%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7615AF (or 0x7615AF) is known color: Purple Heart. HEX triplet: 76, 15 and AF. RGB value is (118,21,175). Sum of RGB (Red+Green+Blue) = 118+21+175=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #7615AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7615AF is #89EA50. Grayscale: #434343. Windows color (decimal): -9038417 or 11474294. OLE color: 11474294.

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

Color convert

RGB 118 21 175 -
CMYK 0.33 0.88 0 0.31
HSL 277.79º 0.79% 0.38% -
HSV(B) 277.79º 0.88% 0.69% -
XYZ 15.48 7.48 41.19 -
YUV 67.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 118 21 175 0.33 0.88 0 0.31 277.79 0.79 0.38
Hex 76 15 AF 21 58 0 1F 116 4F 26
Octal 166 25 257 41 130 0 37 426 117 46
Binary 1110110 10101 10101111 100001 1011000 0 11111 100010110 1001111 100110

Color Harmonies of #7615AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615AF

Black with #7615AF

Text Example


Text Example

White with #7615AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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