#700268

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

Shades of Purple #700268

Tints of Purple #700268

Color information

#700268 (or 0x700268) is unknown color: approx Purple. HEX triplet: 70, 02 and 68. RGB value is (112,2,104). Sum of RGB (Red+Green+Blue) = 112+2+104=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700268 is #8FFD97. Grayscale: #2E2E2E. Windows color (decimal): -9436568 or 6816368. OLE color: 6816368.

HSL color Cylindrical-coordinate representation of color #700268: hue angle of 304.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700268 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB1122104-
CMYK00.980.070.56
HSL304.36º96.49%22.35%-
HSV(B)304.36º98.21%43.92%-
XYZ9.24.4913.48-
YUV46.52160.44174.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=51.38%
G=0.92%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112210400.980.070.56304.3696.4922.35
Hex702680627381306016
Octal1602150014277046014026
Binary111000010110100001100010111111000100110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700268; }

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

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

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

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

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

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

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

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