Html Css Color HEX #7018AD Purple Heart

📋 copy color: '#7018AD'

red 112 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #7018AD

Tints of Purple Heart #7018AD

RGB

 RED value IS 112 (44.14% from 255) = 36.25%

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 36.25%
G = 7.77%
B = 55.99%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7018AD (or 0x7018AD) is known color: Purple Heart. HEX triplet: 70, 18 and AD. RGB value is (112,24,173). Sum of RGB (Red+Green+Blue) = 112+24+173=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #7018AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7018AD is #8FE752. Grayscale: #424242. Windows color (decimal): -9430867 or 11343984. OLE color: 11343984.

HSL color Cylindrical-coordinate representation of color #7018AD: hue angle of 275.44º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7018AD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 24 173 -
CMYK 0.35 0.86 0 0.32
HSL 275.44º 0.76% 0.39% -
HSV(B) 275.44º 0.86% 0.68% -
XYZ 14.55 7.12 40.14 -
YUV 67.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 112 24 173 0.35 0.86 0 0.32 275.44 0.76 0.39
Hex 70 18 AD 23 56 0 20 113 4C 27
Octal 160 30 255 43 126 0 40 423 114 47
Binary 1110000 11000 10101101 100011 1010110 0 100000 100010011 1001100 100111

Color Harmonies of #7018AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018AD

Black with #7018AD

Text Example


Text Example

White with #7018AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7018AD; }

 p { color: rgb(112,24,173); }

 H1.HeaderClassName
 {
   color: #7018AD;
 }
 .AnyTagClassName
 {
   color: #7018AD;
 }
</style>

background-color css

<style>
 a { background-color: #7018AD; }

 a { background-color: rgb(112,24,173); }

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

border-color css

<style>
 span { border-color: #7018AD; }

 span { border-color: rgb(112,24,173); }

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