Html Css Color HEX #7711BE Purple Heart

📋 copy color: '#7711BE'

red 119 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #7711BE

Tints of Purple Heart #7711BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 36.5%
G = 5.21%
B = 58.28%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7711BE (or 0x7711BE) is known color: Purple Heart. HEX triplet: 77, 11 and BE. RGB value is (119,17,190). Sum of RGB (Red+Green+Blue) = 119+17+190=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7711BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7711BE is #88EE41. Grayscale: #424242. Windows color (decimal): -8973890 or 12456311. OLE color: 12456311.

HSL color Cylindrical-coordinate representation of color #7711BE: hue angle of 275.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7711BE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 17 190 -
CMYK 0.37 0.91 0 0.25
HSL 275.38º 0.84% 0.41% -
HSV(B) 275.38º 0.91% 0.75% -
XYZ 17.1 8.04 49.37 -
YUV 67.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 119 17 190 0.37 0.91 0 0.25 275.38 0.84 0.41
Hex 77 11 BE 25 5B 0 19 113 54 29
Octal 167 21 276 45 133 0 31 423 124 51
Binary 1110111 10001 10111110 100101 1011011 0 11001 100010011 1010100 101001

Color Harmonies of #7711BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7711BE

Black with #7711BE

Text Example


Text Example

White with #7711BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7711BE; }

 p { color: rgb(119,17,190); }

 H1.HeaderClassName
 {
   color: #7711BE;
 }
 .AnyTagClassName
 {
   color: #7711BE;
 }
</style>

background-color css

<style>
 a { background-color: #7711BE; }

 a { background-color: rgb(119,17,190); }

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

border-color css

<style>
 span { border-color: #7711BE; }

 span { border-color: rgb(119,17,190); }

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