Html Css Color HEX #7716BB Purple Heart

📋 copy color: '#7716BB'

red 119 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #7716BB

Tints of Purple Heart #7716BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 36.28%
G = 6.71%
B = 57.01%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7716BB (or 0x7716BB) is known color: Purple Heart. HEX triplet: 77, 16 and BB. RGB value is (119,22,187). Sum of RGB (Red+Green+Blue) = 119+22+187=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #7716BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716BB is #88E944. Grayscale: #454545. Windows color (decimal): -8972613 or 12260983. OLE color: 12260983.

HSL color Cylindrical-coordinate representation of color #7716BB: hue angle of 275.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7716BB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 22 187 -
CMYK 0.36 0.88 0 0.27
HSL 275.27º 0.79% 0.41% -
HSV(B) 275.27º 0.88% 0.73% -
XYZ 16.86 8.08 47.69 -
YUV 69.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 119 22 187 0.36 0.88 0 0.27 275.27 0.79 0.41
Hex 77 16 BB 24 58 0 1B 113 4F 29
Octal 167 26 273 44 130 0 33 423 117 51
Binary 1110111 10110 10111011 100100 1011000 0 11011 100010011 1001111 101001

Color Harmonies of #7716BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716BB

Black with #7716BB

Text Example


Text Example

White with #7716BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7716BB; }

 p { color: rgb(119,22,187); }

 H1.HeaderClassName
 {
   color: #7716BB;
 }
 .AnyTagClassName
 {
   color: #7716BB;
 }
</style>

background-color css

<style>
 a { background-color: #7716BB; }

 a { background-color: rgb(119,22,187); }

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

border-color css

<style>
 span { border-color: #7716BB; }

 span { border-color: rgb(119,22,187); }

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