#700F93

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

Shades of Purple #700F93

Tints of Purple #700F93

Color information

#700F93 (or 0x700F93) is unknown color: approx Purple. HEX triplet: 70, 0F and 93. RGB value is (112,15,147). Sum of RGB (Red+Green+Blue) = 112+15+147=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #700F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F93 is #8FF06C. Grayscale: #3A3A3A. Windows color (decimal): -9433197 or 9637744. OLE color: 9637744.

HSL color Cylindrical-coordinate representation of color #700F93: hue angle of 284.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F93 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11215147-
CMYK0.240.9000.42
HSL284.09º81.48%31.76%-
HSV(B)284.09º89.8%57.65%-
XYZ12.125.8928.1-
YUV59.05177.64165.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=40.88%
G=5.47%
B=53.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112151470.240.9000.42284.0981.4831.76
Hex70F93185A02A11c5120
Octal160172233013205243412140
Binary111000011111001001111000101101001010101000111001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,15,147); }

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

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

 a { background-color: rgb(112,15,147); }

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

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

 span { border-color: rgb(112,15,147); }

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