#700362

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

Shades of Purple #700362

Tints of Purple #700362

Color information

#700362 (or 0x700362) is unknown color: approx Purple. HEX triplet: 70, 03 and 62. RGB value is (112,3,98). Sum of RGB (Red+Green+Blue) = 112+3+98=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700362 is #8FFC9D. Grayscale: #2E2E2E. Windows color (decimal): -9436318 or 6423408. OLE color: 6423408.

HSL color Cylindrical-coordinate representation of color #700362: hue angle of 307.71º 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 #700362 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB112398-
CMYK00.970.130.56
HSL307.71º94.78%22.55%-
HSV(B)307.71º97.32%43.92%-
XYZ8.924.3911.93-
YUV46.42157.11174.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=52.58%
G=1.41%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11239800.970.130.56307.7194.7822.55
Hex70362061D381345f17
Octal16031420141157046413727
Binary1110000111100010011000011101111000100110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700362; }

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

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

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

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

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

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

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

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