#700D92

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

Shades of Purple #700D92

Tints of Purple #700D92

Color information

#700D92 (or 0x700D92) is unknown color: approx Purple. HEX triplet: 70, 0D and 92. RGB value is (112,13,146). Sum of RGB (Red+Green+Blue) = 112+13+146=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #700D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700D92 is #8FF26D. Grayscale: #393939. Windows color (decimal): -9433710 or 9571696. OLE color: 9571696.

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

Color convert

RGB11213146-
CMYK0.230.9100.43
HSL284.66º83.65%31.18%-
HSV(B)284.66º91.1%57.25%-
XYZ12.015.8127.68-
YUV57.76177.8166.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=41.33%
G=4.80%
B=53.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112131460.230.9100.43284.6683.6531.18
Hex70D92175B02B11d541f
Octal160152222713305343512437
Binary11100001101100100101011110110110101011100011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700D92; }

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

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

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

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

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

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

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

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