Html Css Color HEX #7018AE Purple Heart

📋 copy color: '#7018AE'

red 112 ◦ green 24 ◦ blue 174

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

Shades of Purple Heart #7018AE

Tints of Purple Heart #7018AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 36.13%
G = 7.74%
B = 56.13%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7018AE (or 0x7018AE) is known color: Purple Heart. HEX triplet: 70, 18 and AE. RGB value is (112,24,174). Sum of RGB (Red+Green+Blue) = 112+24+174=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #7018AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7018AE is #8FE751. Grayscale: #424242. Windows color (decimal): -9430866 or 11409520. OLE color: 11409520.

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

Color convert

RGB 112 24 174 -
CMYK 0.36 0.86 0 0.32
HSL 275.2º 0.76% 0.39% -
HSV(B) 275.2º 0.86% 0.68% -
XYZ 14.65 7.15 40.65 -
YUV 67.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 112 24 174 0.36 0.86 0 0.32 275.2 0.76 0.39
Hex 70 18 AE 24 56 0 20 113 4C 27
Octal 160 30 256 44 126 0 40 423 114 47
Binary 1110000 11000 10101110 100100 1010110 0 100000 100010011 1001100 100111

Color Harmonies of #7018AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018AE

Black with #7018AE

Text Example


Text Example

White with #7018AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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