#700370

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

Shades of Purple #700370

Tints of Purple #700370

Color information

#700370 (or 0x700370) is unknown color: approx Purple. HEX triplet: 70, 03 and 70. RGB value is (112,3,112). Sum of RGB (Red+Green+Blue) = 112+3+112=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700370 is #8FFC8F. Grayscale: #2F2F2F. Windows color (decimal): -9436304 or 7340912. OLE color: 7340912.

HSL color Cylindrical-coordinate representation of color #700370: hue angle of 300º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700370 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1123112-
CMYK00.9700.56
HSL300º94.78%22.55%-
HSV(B)300º97.32%43.92%-
XYZ9.644.6815.72-
YUV48.02164.11173.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=49.34%
G=1.32%
B=49.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112311200.9700.5630094.7822.55
Hex7037006103812c5f17
Octal1603160014107045413727
Binary1110000111110000011000010111000100101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700370; }

 p { color: rgb(112,3,112); }

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

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

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

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

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

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

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