Html Css Color HEX #7720BF Purple Heart

📋 copy color: '#7720BF'

red 119 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #7720BF

Tints of Purple Heart #7720BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

 BLUE value IS 191 (75% from 255) = 55.85%

R = 34.8%
G = 9.36%
B = 55.85%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7720BF (or 0x7720BF) is known color: Purple Heart. HEX triplet: 77, 20 and BF. RGB value is (119,32,191). Sum of RGB (Red+Green+Blue) = 119+32+191=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #7720BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7720BF is #88DF40. Grayscale: #4B4B4B. Windows color (decimal): -8970049 or 12525687. OLE color: 12525687.

HSL color Cylindrical-coordinate representation of color #7720BF: hue angle of 272.83º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7720BF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 32 191 -
CMYK 0.38 0.83 0 0.25
HSL 272.83º 0.71% 0.44% -
HSV(B) 272.83º 0.83% 0.75% -
XYZ 17.53 8.72 50.05 -
YUV 76.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 119 32 191 0.38 0.83 0 0.25 272.83 0.71 0.44
Hex 77 20 BF 26 53 0 19 111 47 2C
Octal 167 40 277 46 123 0 31 421 107 54
Binary 1110111 100000 10111111 100110 1010011 0 11001 100010001 1000111 101100

Color Harmonies of #7720BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7720BF

Black with #7720BF

Text Example


Text Example

White with #7720BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7720BF; }

 p { color: rgb(119,32,191); }

 H1.HeaderClassName
 {
   color: #7720BF;
 }
 .AnyTagClassName
 {
   color: #7720BF;
 }
</style>

background-color css

<style>
 a { background-color: #7720BF; }

 a { background-color: rgb(119,32,191); }

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

border-color css

<style>
 span { border-color: #7720BF; }

 span { border-color: rgb(119,32,191); }

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