#700368

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

Shades of Purple #700368

Tints of Purple #700368

Color information

#700368 (or 0x700368) is unknown color: approx Purple. HEX triplet: 70, 03 and 68. RGB value is (112,3,104). Sum of RGB (Red+Green+Blue) = 112+3+104=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700368 is #8FFC97. Grayscale: #2E2E2E. Windows color (decimal): -9436312 or 6816624. OLE color: 6816624.

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

Color convert

RGB1123104-
CMYK00.970.070.56
HSL304.4º94.78%22.55%-
HSV(B)304.4º97.32%43.92%-
XYZ9.214.5113.48-
YUV47.1160.11174.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=51.14%
G=1.37%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112310400.970.070.56304.494.7822.55
Hex703680617381305f17
Octal1603150014177046013727
Binary111000011110100001100001111111000100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700368; }

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

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

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

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

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

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

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

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