Html Css Color HEX #70168D Purple

📋 copy color: '#70168D'

red 112 ◦ green 22 ◦ blue 141

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

Shades of Purple #70168D

Tints of Purple #70168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 40.73%
G = 8%
B = 51.27%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70168D (or 0x70168D) is known color: Purple. HEX triplet: 70, 16 and 8D. RGB value is (112,22,141). Sum of RGB (Red+Green+Blue) = 112+22+141=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #70168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70168D is #8FE972. Grayscale: #3E3E3E. Windows color (decimal): -9431411 or 9246320. OLE color: 9246320.

HSL color Cylindrical-coordinate representation of color #70168D: hue angle of 285.38º 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 #70168D is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 22 141 -
CMYK 0.21 0.84 0 0.45
HSL 285.38º 0.73% 0.32% -
HSV(B) 285.38º 0.84% 0.55% -
XYZ 11.78 5.94 25.73 -
YUV 62.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 112 22 141 0.21 0.84 0 0.45 285.38 0.73 0.32
Hex 70 16 8D 15 54 0 2D 11D 49 20
Octal 160 26 215 25 124 0 55 435 111 40
Binary 1110000 10110 10001101 10101 1010100 0 101101 100011101 1001001 100000

Color Harmonies of #70168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70168D

Black with #70168D

Text Example


Text Example

White with #70168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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