#700482

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

Shades of Purple #700482

Tints of Purple #700482

Color information

#700482 (or 0x700482) is unknown color: approx Purple. HEX triplet: 70, 04 and 82. RGB value is (112,4,130). Sum of RGB (Red+Green+Blue) = 112+4+130=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #700482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700482 is #8FFB7D. Grayscale: #323232. Windows color (decimal): -9436030 or 8520816. OLE color: 8520816.

HSL color Cylindrical-coordinate representation of color #700482: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700482 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1124130-
CMYK0.140.9700.49
HSL291.43º94.03%26.27%-
HSV(B)291.43º96.92%50.98%-
XYZ10.755.1421.55-
YUV50.66172.78171.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=45.53%
G=1.63%
B=52.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11241300.140.9700.49291.4394.0326.27
Hex70482E610311235e1a
Octal16042021614106144313632
Binary111000010010000010111011000010110001100100011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700482; }

 p { color: rgb(112,4,130); }

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

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

 a { background-color: rgb(112,4,130); }

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

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

 span { border-color: rgb(112,4,130); }

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