Html Css Color HEX #7016BA Purple Heart

📋 copy color: '#7016BA'

red 112 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #7016BA

Tints of Purple Heart #7016BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

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

R = 35%
G = 6.88%
B = 58.13%

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

#7016BA (or 0x7016BA) is known color: Purple Heart. HEX triplet: 70, 16 and BA. RGB value is (112,22,186). Sum of RGB (Red+Green+Blue) = 112+22+186=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #7016BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016BA is #8FE945. Grayscale: #434343. Windows color (decimal): -9431366 or 12195440. OLE color: 12195440.

HSL color Cylindrical-coordinate representation of color #7016BA: hue angle of 272.93º degrees, saturation: 0.79, 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 #7016BA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 22 186 -
CMYK 0.40 0.88 0 0.27
HSL 272.93º 0.79% 0.41% -
HSV(B) 272.93º 0.88% 0.73% -
XYZ 15.83 7.56 47.08 -
YUV 67.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 112 22 186 0.40 0.88 0 0.27 272.93 0.79 0.41
Hex 70 16 BA 28 58 0 1B 111 4F 29
Octal 160 26 272 50 130 0 33 421 117 51
Binary 1110000 10110 10111010 101000 1011000 0 11011 100010001 1001111 101001

Color Harmonies of #7016BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016BA

Black with #7016BA

Text Example


Text Example

White with #7016BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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