Html Css Color HEX #700192 Purple

📋 copy color: '#700192'

red 112 ◦ green 1 ◦ blue 146

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

Shades of Purple #700192

Tints of Purple #700192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 43.24%
G = 0.39%
B = 56.37%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700192 (or 0x700192) is known color: Purple. HEX triplet: 70, 01 and 92. RGB value is (112,1,146). Sum of RGB (Red+Green+Blue) = 112+1+146=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #700192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700192 is #8FFE6D. Grayscale: #323232. Windows color (decimal): -9436782 or 9568624. OLE color: 9568624.

HSL color Cylindrical-coordinate representation of color #700192: hue angle of 285.93º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700192 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 1 146 -
CMYK 0.23 0.99 0 0.43
HSL 285.93º 0.99% 0.29% -
HSV(B) 285.93º 0.99% 0.57% -
XYZ 11.88 5.54 27.64 -
YUV 50.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 112 1 146 0.23 0.99 0 0.43 285.93 0.99 0.29
Hex 70 1 92 17 63 0 2B 11E 63 1D
Octal 160 1 222 27 143 0 53 436 143 35
Binary 1110000 1 10010010 10111 1100011 0 101011 100011110 1100011 11101

Color Harmonies of #700192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700192

Black with #700192

Text Example


Text Example

White with #700192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700192; }

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

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

background-color css

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

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

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

border-color css

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

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

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