Html Css Color HEX #70016B Purple

📋 copy color: '#70016B'

red 112 ◦ green 1 ◦ blue 107

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

Shades of Purple #70016B

Tints of Purple #70016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 50.91%
G = 0.45%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70016B (or 0x70016B) is known color: Purple. HEX triplet: 70, 01 and 6B. RGB value is (112,1,107). Sum of RGB (Red+Green+Blue) = 112+1+107=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016B is #8FFE94. Grayscale: #2D2D2D. Windows color (decimal): -9436821 or 7012720. OLE color: 7012720.

HSL color Cylindrical-coordinate representation of color #70016B: hue angle of 302.7º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70016B is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 107 -
CMYK 0 0.99 0.04 0.56
HSL 302.7º 0.98% 0.22% -
HSV(B) 302.7º 0.99% 0.44% -
XYZ 9.35 4.53 14.29 -
YUV 46.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 112 1 107 0 0.99 0.04 0.56 302.7 0.98 0.22
Hex 70 1 6B 0 63 4 38 12F 62 16
Octal 160 1 153 0 143 4 70 457 142 26
Binary 1110000 1 1101011 0 1100011 100 111000 100101111 1100010 10110

Color Harmonies of #70016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70016B

Black with #70016B

Text Example


Text Example

White with #70016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70016B; }

 p { color: rgb(112,1,107); }

 H1.HeaderClassName
 {
   color: #70016B;
 }
 .AnyTagClassName
 {
   color: #70016B;
 }
</style>

background-color css

<style>
 a { background-color: #70016B; }

 a { background-color: rgb(112,1,107); }

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

border-color css

<style>
 span { border-color: #70016B; }

 span { border-color: rgb(112,1,107); }

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