Html Css Color HEX #7715AF Purple Heart

📋 copy color: '#7715AF'

red 119 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #7715AF

Tints of Purple Heart #7715AF

RGB

 RED value IS 119 (46.88% from 255) = 37.78%

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

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

R = 37.78%
G = 6.67%
B = 55.56%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7715AF (or 0x7715AF) is known color: Purple Heart. HEX triplet: 77, 15 and AF. RGB value is (119,21,175). Sum of RGB (Red+Green+Blue) = 119+21+175=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #7715AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7715AF is #88EA50. Grayscale: #434343. Windows color (decimal): -8972881 or 11474295. OLE color: 11474295.

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

Color convert

RGB 119 21 175 -
CMYK 0.32 0.88 0 0.31
HSL 278.18º 0.79% 0.38% -
HSV(B) 278.18º 0.88% 0.69% -
XYZ 15.61 7.55 41.19 -
YUV 67.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 119 21 175 0.32 0.88 0 0.31 278.18 0.79 0.38
Hex 77 15 AF 20 58 0 1F 116 4F 26
Octal 167 25 257 40 130 0 37 426 117 46
Binary 1110111 10101 10101111 100000 1011000 0 11111 100010110 1001111 100110

Color Harmonies of #7715AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715AF

Black with #7715AF

Text Example


Text Example

White with #7715AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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