Html Css Color HEX #7518AC Purple Heart

📋 copy color: '#7518AC'

red 117 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #7518AC

Tints of Purple Heart #7518AC

RGB

 RED value IS 117 (46.09% from 255) = 37.38%

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

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

R = 37.38%
G = 7.67%
B = 54.95%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7518AC (or 0x7518AC) is known color: Purple Heart. HEX triplet: 75, 18 and AC. RGB value is (117,24,172). Sum of RGB (Red+Green+Blue) = 117+24+172=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #7518AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7518AC is #8AE753. Grayscale: #444444. Windows color (decimal): -9103188 or 11278453. OLE color: 11278453.

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

Color convert

RGB 117 24 172 -
CMYK 0.32 0.86 0 0.33
HSL 277.7º 0.76% 0.38% -
HSV(B) 277.7º 0.86% 0.67% -
XYZ 15.11 7.41 39.66 -
YUV 68.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 117 24 172 0.32 0.86 0 0.33 277.7 0.76 0.38
Hex 75 18 AC 20 56 0 21 116 4C 26
Octal 165 30 254 40 126 0 41 426 114 46
Binary 1110101 11000 10101100 100000 1010110 0 100001 100010110 1001100 100110

Color Harmonies of #7518AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518AC

Black with #7518AC

Text Example


Text Example

White with #7518AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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