#700275

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

Shades of Purple #700275

Tints of Purple #700275

Color information

#700275 (or 0x700275) is unknown color: approx Purple. HEX triplet: 70, 02 and 75. RGB value is (112,2,117). Sum of RGB (Red+Green+Blue) = 112+2+117=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #700275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700275 is #8FFD8A. Grayscale: #2F2F2F. Windows color (decimal): -9436555 or 7668336. OLE color: 7668336.

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

Color convert

RGB1122117-
CMYK0.040.9800.54
HSL297.39º96.64%23.33%-
HSV(B)297.39º98.29%45.88%-
XYZ9.914.7717.23-
YUV48166.94173.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=48.48%
G=0.87%
B=50.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11221170.040.9800.54297.3996.6423.33
Hex702754620361296117
Octal1602165414206645114127
Binary111000010111010110011000100110110100101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700275; }

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

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

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

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

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

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

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

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