#700473

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

Shades of Purple #700473

Tints of Purple #700473

Color information

#700473 (or 0x700473) is unknown color: approx Purple. HEX triplet: 70, 04 and 73. RGB value is (112,4,115). Sum of RGB (Red+Green+Blue) = 112+4+115=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #700473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700473 is #8FFB8C. Grayscale: #303030. Windows color (decimal): -9436045 or 7537776. OLE color: 7537776.

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

Color convert

RGB1124115-
CMYK0.030.9700.55
HSL298.38º93.28%23.33%-
HSV(B)298.38º96.52%45.1%-
XYZ9.824.7716.62-
YUV48.95165.28172.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=48.48%
G=1.73%
B=49.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11241150.030.9700.55298.3893.2823.33
Hex7047336103712a5d17
Octal1604163314106745213527
Binary111000010011100111111000010110111100101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700473; }

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

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

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

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

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

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

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

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