Html Css Color HEX #70167F Purple

📋 copy color: '#70167F'

red 112 ◦ green 22 ◦ blue 127

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

Shades of Purple #70167F

Tints of Purple #70167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.66%

R = 42.91%
G = 8.43%
B = 48.66%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70167F (or 0x70167F) is known color: Purple. HEX triplet: 70, 16 and 7F. RGB value is (112,22,127). Sum of RGB (Red+Green+Blue) = 112+22+127=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #70167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70167F is #8FE980. Grayscale: #3C3C3C. Windows color (decimal): -9431425 or 8328816. OLE color: 8328816.

HSL color Cylindrical-coordinate representation of color #70167F: hue angle of 291.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70167F is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 22 127 -
CMYK 0.12 0.83 0 0.50
HSL 291.43º 0.7% 0.29% -
HSV(B) 291.43º 0.83% 0.5% -
XYZ 10.8 5.55 20.58 -
YUV 60.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 112 22 127 0.12 0.83 0 0.50 291.43 0.7 0.29
Hex 70 16 7F C 53 0 32 123 46 1D
Octal 160 26 177 14 123 0 62 443 106 35
Binary 1110000 10110 1111111 1100 1010011 0 110010 100100011 1000110 11101

Color Harmonies of #70167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70167F

Black with #70167F

Text Example


Text Example

White with #70167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70167F; }

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

 H1.HeaderClassName
 {
   color: #70167F;
 }
 .AnyTagClassName
 {
   color: #70167F;
 }
</style>

background-color css

<style>
 a { background-color: #70167F; }

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

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

border-color css

<style>
 span { border-color: #70167F; }

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

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