Html Css Color HEX #7312AB Purple Heart

📋 copy color: '#7312AB'

red 115 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #7312AB

Tints of Purple Heart #7312AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 37.83%
G = 5.92%
B = 56.25%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7312AB (or 0x7312AB) is known color: Purple Heart. HEX triplet: 73, 12 and AB. RGB value is (115,18,171). Sum of RGB (Red+Green+Blue) = 115+18+171=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7312AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7312AB is #8CED54. Grayscale: #3F3F3F. Windows color (decimal): -9235797 or 11211379. OLE color: 11211379.

HSL color Cylindrical-coordinate representation of color #7312AB: hue angle of 278.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7312AB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 18 171 -
CMYK 0.33 0.89 0 0.33
HSL 278.04º 0.81% 0.37% -
HSV(B) 278.04º 0.89% 0.67% -
XYZ 14.64 7.02 39.11 -
YUV 64.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 115 18 171 0.33 0.89 0 0.33 278.04 0.81 0.37
Hex 73 12 AB 21 59 0 21 116 51 25
Octal 163 22 253 41 131 0 41 426 121 45
Binary 1110011 10010 10101011 100001 1011001 0 100001 100010110 1010001 100101

Color Harmonies of #7312AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312AB

Black with #7312AB

Text Example


Text Example

White with #7312AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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