Html Css Color HEX #7311AC Purple Heart

📋 copy color: '#7311AC'

red 115 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #7311AC

Tints of Purple Heart #7311AC

RGB

 RED value IS 115 (45.31% from 255) = 37.83%

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

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

R = 37.83%
G = 5.59%
B = 56.58%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7311AC (or 0x7311AC) is known color: Purple Heart. HEX triplet: 73, 11 and AC. RGB value is (115,17,172). Sum of RGB (Red+Green+Blue) = 115+17+172=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7311AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7311AC is #8CEE53. Grayscale: #3F3F3F. Windows color (decimal): -9236052 or 11276659. OLE color: 11276659.

HSL color Cylindrical-coordinate representation of color #7311AC: hue angle of 277.94º 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 #7311AC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 17 172 -
CMYK 0.33 0.90 0 0.33
HSL 277.94º 0.82% 0.37% -
HSV(B) 277.94º 0.9% 0.67% -
XYZ 14.72 7.02 39.61 -
YUV 63.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 115 17 172 0.33 0.90 0 0.33 277.94 0.82 0.37
Hex 73 11 AC 21 5A 0 21 116 52 25
Octal 163 21 254 41 132 0 41 426 122 45
Binary 1110011 10001 10101100 100001 1011010 0 100001 100010110 1010010 100101

Color Harmonies of #7311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7311AC

Black with #7311AC

Text Example


Text Example

White with #7311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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