Html Css Color HEX #7311AB Purple Heart

📋 copy color: '#7311AB'

red 115 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #7311AB

Tints of Purple Heart #7311AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 37.95%
G = 5.61%
B = 56.44%

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

#7311AB (or 0x7311AB) is known color: Purple Heart. HEX triplet: 73, 11 and AB. RGB value is (115,17,171). Sum of RGB (Red+Green+Blue) = 115+17+171=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7311AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7311AB is #8CEE54. Grayscale: #3F3F3F. Windows color (decimal): -9236053 or 11211123. OLE color: 11211123.

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

Color convert

RGB 115 17 171 -
CMYK 0.33 0.90 0 0.33
HSL 278.18º 0.82% 0.37% -
HSV(B) 278.18º 0.9% 0.67% -
XYZ 14.62 6.99 39.11 -
YUV 63.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 115 17 171 0.33 0.90 0 0.33 278.18 0.82 0.37
Hex 73 11 AB 21 5A 0 21 116 52 25
Octal 163 21 253 41 132 0 41 426 122 45
Binary 1110011 10001 10101011 100001 1011010 0 100001 100010110 1010010 100101

Color Harmonies of #7311AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7311AB

Black with #7311AB

Text Example


Text Example

White with #7311AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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