Html Css Color HEX #70168B Purple

📋 copy color: '#70168B'

red 112 ◦ green 22 ◦ blue 139

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

Shades of Purple #70168B

Tints of Purple #70168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 41.03%
G = 8.06%
B = 50.92%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70168B (or 0x70168B) is known color: Purple. HEX triplet: 70, 16 and 8B. RGB value is (112,22,139). Sum of RGB (Red+Green+Blue) = 112+22+139=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #70168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70168B is #8FE974. Grayscale: #3D3D3D. Windows color (decimal): -9431413 or 9115248. OLE color: 9115248.

HSL color Cylindrical-coordinate representation of color #70168B: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70168B is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 22 139 -
CMYK 0.19 0.84 0 0.45
HSL 286.15º 0.73% 0.32% -
HSV(B) 286.15º 0.84% 0.55% -
XYZ 11.63 5.88 24.95 -
YUV 62.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 112 22 139 0.19 0.84 0 0.45 286.15 0.73 0.32
Hex 70 16 8B 13 54 0 2D 11E 49 20
Octal 160 26 213 23 124 0 55 436 111 40
Binary 1110000 10110 10001011 10011 1010100 0 101101 100011110 1001001 100000

Color Harmonies of #70168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70168B

Black with #70168B

Text Example


Text Example

White with #70168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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