Html Css Color HEX #7716BD Purple Heart

📋 copy color: '#7716BD'

red 119 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #7716BD

Tints of Purple Heart #7716BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 36.06%
G = 6.67%
B = 57.27%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7716BD (or 0x7716BD) is known color: Purple Heart. HEX triplet: 77, 16 and BD. RGB value is (119,22,189). Sum of RGB (Red+Green+Blue) = 119+22+189=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #7716BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716BD is #88E942. Grayscale: #454545. Windows color (decimal): -8972611 or 12392055. OLE color: 12392055.

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

Color convert

RGB 119 22 189 -
CMYK 0.37 0.88 0 0.26
HSL 274.85º 0.79% 0.41% -
HSV(B) 274.85º 0.88% 0.74% -
XYZ 17.08 8.17 48.82 -
YUV 70.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 119 22 189 0.37 0.88 0 0.26 274.85 0.79 0.41
Hex 77 16 BD 25 58 0 1A 113 4F 29
Octal 167 26 275 45 130 0 32 423 117 51
Binary 1110111 10110 10111101 100101 1011000 0 11010 100010011 1001111 101001

Color Harmonies of #7716BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716BD

Black with #7716BD

Text Example


Text Example

White with #7716BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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