Html Css Color HEX #7017BA Purple Heart

📋 copy color: '#7017BA'

red 112 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #7017BA

Tints of Purple Heart #7017BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 34.89%
G = 7.17%
B = 57.94%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7017BA (or 0x7017BA) is known color: Purple Heart. HEX triplet: 70, 17 and BA. RGB value is (112,23,186). Sum of RGB (Red+Green+Blue) = 112+23+186=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7017BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017BA is #8FE845. Grayscale: #434343. Windows color (decimal): -9431110 or 12195696. OLE color: 12195696.

HSL color Cylindrical-coordinate representation of color #7017BA: hue angle of 272.76º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7017BA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 23 186 -
CMYK 0.40 0.88 0 0.27
HSL 272.76º 0.78% 0.41% -
HSV(B) 272.76º 0.88% 0.73% -
XYZ 15.85 7.6 47.09 -
YUV 68.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 112 23 186 0.40 0.88 0 0.27 272.76 0.78 0.41
Hex 70 17 BA 28 58 0 1B 111 4E 29
Octal 160 27 272 50 130 0 33 421 116 51
Binary 1110000 10111 10111010 101000 1011000 0 11011 100010001 1001110 101001

Color Harmonies of #7017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017BA

Black with #7017BA

Text Example


Text Example

White with #7017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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