Html Css Color HEX #7318AC Purple Heart

📋 copy color: '#7318AC'

red 115 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #7318AC

Tints of Purple Heart #7318AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 36.98%
G = 7.72%
B = 55.31%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7318AC (or 0x7318AC) is known color: Purple Heart. HEX triplet: 73, 18 and AC. RGB value is (115,24,172). Sum of RGB (Red+Green+Blue) = 115+24+172=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #7318AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7318AC is #8CE753. Grayscale: #434343. Windows color (decimal): -9234260 or 11278451. OLE color: 11278451.

HSL color Cylindrical-coordinate representation of color #7318AC: hue angle of 276.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7318AC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 24 172 -
CMYK 0.33 0.86 0 0.33
HSL 276.89º 0.76% 0.38% -
HSV(B) 276.89º 0.86% 0.67% -
XYZ 14.84 7.28 39.65 -
YUV 68.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 115 24 172 0.33 0.86 0 0.33 276.89 0.76 0.38
Hex 73 18 AC 21 56 0 21 115 4C 26
Octal 163 30 254 41 126 0 41 425 114 46
Binary 1110011 11000 10101100 100001 1010110 0 100001 100010101 1001100 100110

Color Harmonies of #7318AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318AC

Black with #7318AC

Text Example


Text Example

White with #7318AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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