#700958

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

Shades of Palatinate Purple #700958

Tints of Palatinate Purple #700958

Color information

#700958 (or 0x700958) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 58. RGB value is (112,9,88). Sum of RGB (Red+Green+Blue) = 112+9+88=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700958 is #8FF6A7. Grayscale: #303030. Windows color (decimal): -9434792 or 5769584. OLE color: 5769584.

HSL color Cylindrical-coordinate representation of color #700958: hue angle of 313.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700958 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB112988-
CMYK00.920.210.56
HSL313.98º85.12%23.73%-
HSV(B)313.98º91.96%43.92%-
XYZ8.544.349.62-
YUV48.8150.12173.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=53.59%
G=4.31%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11298800.920.210.56313.9885.1223.73
Hex7095805C153813a5518
Octal160111300134257047212530
Binary1110000100110110000101110010101111000100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700958; }

 p { color: rgb(112,9,88); }

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

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

 a { background-color: rgb(112,9,88); }

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

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

 span { border-color: rgb(112,9,88); }

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