Html Css Color HEX #7016B4 Purple Heart

📋 copy color: '#7016B4'

red 112 ◦ green 22 ◦ blue 180

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

Shades of Purple Heart #7016B4

Tints of Purple Heart #7016B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.32%

R = 35.67%
G = 7.01%
B = 57.32%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7016B4 (or 0x7016B4) is known color: Purple Heart. HEX triplet: 70, 16 and B4. RGB value is (112,22,180). Sum of RGB (Red+Green+Blue) = 112+22+180=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #7016B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016B4 is #8FE94B. Grayscale: #424242. Windows color (decimal): -9431372 or 11802224. OLE color: 11802224.

HSL color Cylindrical-coordinate representation of color #7016B4: hue angle of 274.18º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7016B4 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 22 180 -
CMYK 0.38 0.88 0 0.29
HSL 274.18º 0.78% 0.4% -
HSV(B) 274.18º 0.88% 0.71% -
XYZ 15.21 7.31 43.79 -
YUV 66.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 112 22 180 0.38 0.88 0 0.29 274.18 0.78 0.4
Hex 70 16 B4 26 58 0 1D 112 4E 28
Octal 160 26 264 46 130 0 35 422 116 50
Binary 1110000 10110 10110100 100110 1011000 0 11101 100010010 1001110 101000

Color Harmonies of #7016B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016B4

Black with #7016B4

Text Example


Text Example

White with #7016B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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