#700272

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

Shades of Purple #700272

Tints of Purple #700272

Color information

#700272 (or 0x700272) is unknown color: approx Purple. HEX triplet: 70, 02 and 72. RGB value is (112,2,114). Sum of RGB (Red+Green+Blue) = 112+2+114=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #700272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700272 is #8FFD8D. Grayscale: #2F2F2F. Windows color (decimal): -9436558 or 7471728. OLE color: 7471728.

HSL color Cylindrical-coordinate representation of color #700272: hue angle of 298.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700272 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1122114-
CMYK0.020.9800.55
HSL298.93º96.55%22.75%-
HSV(B)298.93º98.25%44.71%-
XYZ9.744.716.31-
YUV47.66165.44173.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 114 (44.92% from 255) = 50%
R=49.12%
G=0.88%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11221140.020.9800.55298.9396.5522.75
Hex7027226203712b6117
Octal1602162214206745314127
Binary11100001011100101011000100110111100101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700272; }

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

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

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

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

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

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

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

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