Html Css Color HEX #7A18AC Purple Heart

📋 copy color: '#7A18AC'

red 122 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #7A18AC

Tints of Purple Heart #7A18AC

RGB

 RED value IS 122 (48.05% from 255) = 38.36%

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

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

R = 38.36%
G = 7.55%
B = 54.09%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A18AC (or 0x7A18AC) is known color: Purple Heart. HEX triplet: 7A, 18 and AC. RGB value is (122,24,172). Sum of RGB (Red+Green+Blue) = 122+24+172=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A18AC is #85E753. Grayscale: #454545. Windows color (decimal): -8775508 or 11278458. OLE color: 11278458.

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

Color convert

RGB 122 24 172 -
CMYK 0.29 0.86 0 0.33
HSL 279.73º 0.76% 0.38% -
HSV(B) 279.73º 0.86% 0.67% -
XYZ 15.8 7.77 39.7 -
YUV 70.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 122 24 172 0.29 0.86 0 0.33 279.73 0.76 0.38
Hex 7A 18 AC 1D 56 0 21 118 4C 26
Octal 172 30 254 35 126 0 41 430 114 46
Binary 1111010 11000 10101100 11101 1010110 0 100001 100011000 1001100 100110

Color Harmonies of #7A18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A18AC

Black with #7A18AC

Text Example


Text Example

White with #7A18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A18AC; }

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

 H1.HeaderClassName
 {
   color: #7A18AC;
 }
 .AnyTagClassName
 {
   color: #7A18AC;
 }
</style>

background-color css

<style>
 a { background-color: #7A18AC; }

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

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

border-color css

<style>
 span { border-color: #7A18AC; }

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

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