#700198

Color #700198 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #700198

Tints of Purple #700198

Color information

#700198 (or 0x700198) is unknown color: approx Purple. HEX triplet: 70, 01 and 98. RGB value is (112,1,152). Sum of RGB (Red+Green+Blue) = 112+1+152=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #700198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700198 is #8FFE67. Grayscale: #323232. Windows color (decimal): -9436776 or 9961840. OLE color: 9961840.

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

Color convert

RGB1121152-
CMYK0.260.9900.40
HSL284.11º98.69%30%-
HSV(B)284.11º99.34%59.61%-
XYZ12.365.7330.16-
YUV51.4184.77171.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=42.26%
G=0.38%
B=57.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11211520.260.9900.40284.1198.6930
Hex701981A6302811c631e
Octal16012303214305043414336
Binary11100001100110001101011000110101000100011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700198; }

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

 H1.HeaderClassName
 {
   color: #700198;
 }
 .AnyTagClassName
 {
   color: #700198;
 }
</style>
background-color css

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

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

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

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

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

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