Html Css Color HEX #7016D0 Purple Heart

📋 copy color: '#7016D0'

red 112 ◦ green 22 ◦ blue 208

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

Shades of Purple Heart #7016D0

Tints of Purple Heart #7016D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.82%

R = 32.75%
G = 6.43%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7016D0 (or 0x7016D0) is known color: Purple Heart. HEX triplet: 70, 16 and D0. RGB value is (112,22,208). Sum of RGB (Red+Green+Blue) = 112+22+208=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #7016D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016D0 is #8FE92F. Grayscale: #454545. Windows color (decimal): -9431344 or 13637232. OLE color: 13637232.

HSL color Cylindrical-coordinate representation of color #7016D0: hue angle of 269.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7016D0 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 22 208 -
CMYK 0.46 0.89 0 0.18
HSL 269.03º 0.81% 0.45% -
HSV(B) 269.03º 0.89% 0.82% -
XYZ 18.35 8.57 60.36 -
YUV 70.11 205.82 157.88 -
System Red Green Blue C M Y K H S L
Decimal 112 22 208 0.46 0.89 0 0.18 269.03 0.81 0.45
Hex 70 16 D0 2E 59 0 12 10D 51 2D
Octal 160 26 320 56 131 0 22 415 121 55
Binary 1110000 10110 11010000 101110 1011001 0 10010 100001101 1010001 101101

Color Harmonies of #7016D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016D0

Black with #7016D0

Text Example


Text Example

White with #7016D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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