Html Css Color HEX #7017AD Purple Heart

📋 copy color: '#7017AD'

red 112 ◦ green 23 ◦ blue 173

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

Shades of Purple Heart #7017AD

Tints of Purple Heart #7017AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 36.36%
G = 7.47%
B = 56.17%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7017AD (or 0x7017AD) is known color: Purple Heart. HEX triplet: 70, 17 and AD. RGB value is (112,23,173). Sum of RGB (Red+Green+Blue) = 112+23+173=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #7017AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7017AD is #8FE852. Grayscale: #424242. Windows color (decimal): -9431123 or 11343728. OLE color: 11343728.

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

Color convert

RGB 112 23 173 -
CMYK 0.35 0.87 0 0.32
HSL 275.6º 0.77% 0.38% -
HSV(B) 275.6º 0.87% 0.68% -
XYZ 14.53 7.07 40.13 -
YUV 66.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 112 23 173 0.35 0.87 0 0.32 275.6 0.77 0.38
Hex 70 17 AD 23 57 0 20 114 4D 26
Octal 160 27 255 43 127 0 40 424 115 46
Binary 1110000 10111 10101101 100011 1010111 0 100000 100010100 1001101 100110

Color Harmonies of #7017AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017AD

Black with #7017AD

Text Example


Text Example

White with #7017AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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