Html Css Color HEX #700196 Purple

📋 copy color: '#700196'

red 112 ◦ green 1 ◦ blue 150

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

Shades of Purple #700196

Tints of Purple #700196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 42.59%
G = 0.38%
B = 57.03%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#700196 (or 0x700196) is known color: Purple. HEX triplet: 70, 01 and 96. RGB value is (112,1,150). Sum of RGB (Red+Green+Blue) = 112+1+150=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #700196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700196 is #8FFE69. Grayscale: #323232. Windows color (decimal): -9436778 or 9830768. OLE color: 9830768.

HSL color Cylindrical-coordinate representation of color #700196: hue angle of 284.7º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700196 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 1 150 -
CMYK 0.25 0.99 0 0.41
HSL 284.7º 0.99% 0.3% -
HSV(B) 284.7º 0.99% 0.59% -
XYZ 12.2 5.67 29.31 -
YUV 51.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 112 1 150 0.25 0.99 0 0.41 284.7 0.99 0.3
Hex 70 1 96 19 63 0 29 11D 63 1E
Octal 160 1 226 31 143 0 51 435 143 36
Binary 1110000 1 10010110 11001 1100011 0 101001 100011101 1100011 11110

Color Harmonies of #700196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700196

Black with #700196

Text Example


Text Example

White with #700196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700196; }

 p { color: rgb(112,1,150); }

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

background-color css

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

 a { background-color: rgb(112,1,150); }

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

border-color css

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

 span { border-color: rgb(112,1,150); }

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