Html Css Color HEX #7611AC Purple Heart

📋 copy color: '#7611AC'

red 118 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #7611AC

Tints of Purple Heart #7611AC

RGB

 RED value IS 118 (46.48% from 255) = 38.44%

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 38.44%
G = 5.54%
B = 56.03%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7611AC (or 0x7611AC) is known color: Purple Heart. HEX triplet: 76, 11 and AC. RGB value is (118,17,172). Sum of RGB (Red+Green+Blue) = 118+17+172=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #7611AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7611AC is #89EE53. Grayscale: #404040. Windows color (decimal): -9039444 or 11276662. OLE color: 11276662.

HSL color Cylindrical-coordinate representation of color #7611AC: hue angle of 279.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7611AC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 17 172 -
CMYK 0.31 0.90 0 0.33
HSL 279.1º 0.82% 0.37% -
HSV(B) 279.1º 0.9% 0.67% -
XYZ 15.12 7.23 39.63 -
YUV 64.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 118 17 172 0.31 0.90 0 0.33 279.1 0.82 0.37
Hex 76 11 AC 1F 5A 0 21 117 52 25
Octal 166 21 254 37 132 0 41 427 122 45
Binary 1110110 10001 10101100 11111 1011010 0 100001 100010111 1010010 100101

Color Harmonies of #7611AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7611AC

Black with #7611AC

Text Example


Text Example

White with #7611AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7611AC; }

 p { color: rgb(118,17,172); }

 H1.HeaderClassName
 {
   color: #7611AC;
 }
 .AnyTagClassName
 {
   color: #7611AC;
 }
</style>

background-color css

<style>
 a { background-color: #7611AC; }

 a { background-color: rgb(118,17,172); }

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

border-color css

<style>
 span { border-color: #7611AC; }

 span { border-color: rgb(118,17,172); }

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