#700365

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

Shades of Purple #700365

Tints of Purple #700365

Color information

#700365 (or 0x700365) is unknown color: approx Purple. HEX triplet: 70, 03 and 65. RGB value is (112,3,101). Sum of RGB (Red+Green+Blue) = 112+3+101=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700365 is #8FFC9A. Grayscale: #2E2E2E. Windows color (decimal): -9436315 or 6620016. OLE color: 6620016.

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

Color convert

RGB1123101-
CMYK00.970.100.56
HSL306.06º94.78%22.55%-
HSV(B)306.06º97.32%43.92%-
XYZ9.064.4512.69-
YUV46.76158.61174.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=51.85%
G=1.39%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112310100.970.100.56306.0694.7822.55
Hex70365061A381325f17
Octal16031450141127046213727
Binary1110000111100101011000011010111000100110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700365; }

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

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

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

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

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

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

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

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