#700763

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

Shades of Palatinate Purple #700763

Tints of Palatinate Purple #700763

Color information

#700763 (or 0x700763) is unknown color: approx Palatinate Purple. HEX triplet: 70, 07 and 63. RGB value is (112,7,99). Sum of RGB (Red+Green+Blue) = 112+7+99=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700763 is #8FF89C. Grayscale: #303030. Windows color (decimal): -9435293 or 6489968. OLE color: 6489968.

HSL color Cylindrical-coordinate representation of color #700763: hue angle of 307.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700763 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB112799-
CMYK00.940.120.56
HSL307.43º88.24%23.33%-
HSV(B)307.43º93.75%43.92%-
XYZ9.014.512.2-
YUV48.88156.29173.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=51.38%
G=3.21%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11279900.940.120.56307.4388.2423.33
Hex7076305EC381335817
Octal16071430136147046313027
Binary11100001111100011010111101100111000100110011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700763; }

 p { color: rgb(112,7,99); }

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

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

 a { background-color: rgb(112,7,99); }

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

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

 span { border-color: rgb(112,7,99); }

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