#700273

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

Shades of Purple #700273

Tints of Purple #700273

Color information

#700273 (or 0x700273) is unknown color: approx Purple. HEX triplet: 70, 02 and 73. RGB value is (112,2,115). Sum of RGB (Red+Green+Blue) = 112+2+115=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #700273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700273 is #8FFD8C. Grayscale: #2F2F2F. Windows color (decimal): -9436557 or 7537264. OLE color: 7537264.

HSL color Cylindrical-coordinate representation of color #700273: hue angle of 298.41º 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 #700273 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1122115-
CMYK0.030.9800.55
HSL298.41º96.58%22.94%-
HSV(B)298.41º98.26%45.1%-
XYZ9.84.7316.62-
YUV47.77165.94173.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=48.91%
G=0.87%
B=50.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11221150.030.9800.55298.4196.5822.94
Hex7027336203712a6117
Octal1602163314206745214127
Binary11100001011100111111000100110111100101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700273; }

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

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

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

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

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

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

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

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