Html Css Color HEX #70167B Purple

📋 copy color: '#70167B'

red 112 ◦ green 22 ◦ blue 123

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

Shades of Purple #70167B

Tints of Purple #70167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 43.58%
G = 8.56%
B = 47.86%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70167B (or 0x70167B) is known color: Purple. HEX triplet: 70, 16 and 7B. RGB value is (112,22,123). Sum of RGB (Red+Green+Blue) = 112+22+123=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #70167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70167B is #8FE984. Grayscale: #3C3C3C. Windows color (decimal): -9431429 or 8066672. OLE color: 8066672.

HSL color Cylindrical-coordinate representation of color #70167B: hue angle of 293.47º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70167B is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 22 123 -
CMYK 0.09 0.82 0 0.52
HSL 293.47º 0.7% 0.28% -
HSV(B) 293.47º 0.82% 0.48% -
XYZ 10.54 5.45 19.23 -
YUV 60.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 112 22 123 0.09 0.82 0 0.52 293.47 0.7 0.28
Hex 70 16 7B 9 52 0 34 125 46 1C
Octal 160 26 173 11 122 0 64 445 106 34
Binary 1110000 10110 1111011 1001 1010010 0 110100 100100101 1000110 11100

Color Harmonies of #70167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70167B

Black with #70167B

Text Example


Text Example

White with #70167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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