#700279

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

Shades of Purple #700279

Tints of Purple #700279

Color information

#700279 (or 0x700279) is unknown color: approx Purple. HEX triplet: 70, 02 and 79. RGB value is (112,2,121). Sum of RGB (Red+Green+Blue) = 112+2+121=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #700279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700279 is #8FFD86. Grayscale: #303030. Windows color (decimal): -9436551 or 7930480. OLE color: 7930480.

HSL color Cylindrical-coordinate representation of color #700279: hue angle of 295.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700279 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1122121-
CMYK0.070.9800.53
HSL295.46º96.75%24.12%-
HSV(B)295.46º98.35%47.45%-
XYZ10.154.8718.49-
YUV48.46168.94173.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=47.66%
G=0.85%
B=51.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11221210.070.9800.53295.4696.7524.12
Hex702797620351276118
Octal1602171714206544714130
Binary111000010111100111111000100110101100100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700279; }

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

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

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

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

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

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

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

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