Html Css Color HEX #70167C Purple

📋 copy color: '#70167C'

red 112 ◦ green 22 ◦ blue 124

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

Shades of Purple #70167C

Tints of Purple #70167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 43.41%
G = 8.53%
B = 48.06%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70167C (or 0x70167C) is known color: Purple. HEX triplet: 70, 16 and 7C. RGB value is (112,22,124). Sum of RGB (Red+Green+Blue) = 112+22+124=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #70167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70167C is #8FE983. Grayscale: #3C3C3C. Windows color (decimal): -9431428 or 8132208. OLE color: 8132208.

HSL color Cylindrical-coordinate representation of color #70167C: hue angle of 292.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70167C is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 22 124 -
CMYK 0.10 0.82 0 0.51
HSL 292.94º 0.7% 0.29% -
HSV(B) 292.94º 0.82% 0.49% -
XYZ 10.61 5.47 19.57 -
YUV 60.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 112 22 124 0.10 0.82 0 0.51 292.94 0.7 0.29
Hex 70 16 7C A 52 0 33 125 46 1D
Octal 160 26 174 12 122 0 63 445 106 35
Binary 1110000 10110 1111100 1010 1010010 0 110011 100100101 1000110 11101

Color Harmonies of #70167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70167C

Black with #70167C

Text Example


Text Example

White with #70167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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