Html Css Color HEX #7017AF Purple Heart

📋 copy color: '#7017AF'

red 112 ◦ green 23 ◦ blue 175

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

Shades of Purple Heart #7017AF

Tints of Purple Heart #7017AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 36.13%
G = 7.42%
B = 56.45%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7017AF (or 0x7017AF) is known color: Purple Heart. HEX triplet: 70, 17 and AF. RGB value is (112,23,175). Sum of RGB (Red+Green+Blue) = 112+23+175=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #7017AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7017AF is #8FE850. Grayscale: #424242. Windows color (decimal): -9431121 or 11474800. OLE color: 11474800.

HSL color Cylindrical-coordinate representation of color #7017AF: hue angle of 275.13º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7017AF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 23 175 -
CMYK 0.36 0.87 0 0.31
HSL 275.13º 0.77% 0.39% -
HSV(B) 275.13º 0.87% 0.69% -
XYZ 14.73 7.15 41.16 -
YUV 66.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 112 23 175 0.36 0.87 0 0.31 275.13 0.77 0.39
Hex 70 17 AF 24 57 0 1F 113 4D 27
Octal 160 27 257 44 127 0 37 423 115 47
Binary 1110000 10111 10101111 100100 1010111 0 11111 100010011 1001101 100111

Color Harmonies of #7017AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017AF

Black with #7017AF

Text Example


Text Example

White with #7017AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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