#700484

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

Shades of Purple #700484

Tints of Purple #700484

Color information

#700484 (or 0x700484) is unknown color: approx Purple. HEX triplet: 70, 04 and 84. RGB value is (112,4,132). Sum of RGB (Red+Green+Blue) = 112+4+132=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #700484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700484 is #8FFB7B. Grayscale: #323232. Windows color (decimal): -9436028 or 8651888. OLE color: 8651888.

HSL color Cylindrical-coordinate representation of color #700484: hue angle of 290.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700484 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1124132-
CMYK0.150.9700.48
HSL290.62º94.12%26.67%-
HSV(B)290.62º96.97%51.76%-
XYZ10.895.222.26-
YUV50.88173.78171.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=45.16%
G=1.61%
B=53.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11241320.150.9700.48290.6294.1226.67
Hex70484F610301235e1b
Octal16042041714106044313633
Binary111000010010000100111111000010110000100100011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700484; }

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

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

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

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

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

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

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

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