Html Css Color HEX #70167D Purple

📋 copy color: '#70167D'

red 112 ◦ green 22 ◦ blue 125

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

Shades of Purple #70167D

Tints of Purple #70167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 43.24%
G = 8.49%
B = 48.26%

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

#70167D (or 0x70167D) is known color: Purple. HEX triplet: 70, 16 and 7D. RGB value is (112,22,125). Sum of RGB (Red+Green+Blue) = 112+22+125=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #70167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70167D is #8FE982. Grayscale: #3C3C3C. Windows color (decimal): -9431427 or 8197744. OLE color: 8197744.

HSL color Cylindrical-coordinate representation of color #70167D: hue angle of 292.43º 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 #70167D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 22 125 -
CMYK 0.10 0.82 0 0.51
HSL 292.43º 0.7% 0.29% -
HSV(B) 292.43º 0.82% 0.49% -
XYZ 10.67 5.5 19.9 -
YUV 60.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 112 22 125 0.10 0.82 0 0.51 292.43 0.7 0.29
Hex 70 16 7D A 52 0 33 124 46 1D
Octal 160 26 175 12 122 0 63 444 106 35
Binary 1110000 10110 1111101 1010 1010010 0 110011 100100100 1000110 11101

Color Harmonies of #70167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70167D

Black with #70167D

Text Example


Text Example

White with #70167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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