#703A68

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

Shades of Palatinate Purple #703A68

Tints of Palatinate Purple #703A68

Color information

#703A68 (or 0x703A68) is unknown color: approx Palatinate Purple. HEX triplet: 70, 3A and 68. RGB value is (112,58,104). Sum of RGB (Red+Green+Blue) = 112+58+104=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #703A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A68 is #8FC597. Grayscale: #4F4F4F. Windows color (decimal): -9422232 or 6830704. OLE color: 6830704.

HSL color Cylindrical-coordinate representation of color #703A68: hue angle of 308.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A68 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11258104-
CMYK00.480.070.56
HSL308.89º31.76%33.33%-
HSV(B)308.89º48.21%43.92%-
XYZ10.697.4713.97-
YUV79.39141.89151.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=40.88%
G=21.17%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125810400.480.070.56308.8931.7633.33
Hex703A680307381352021
Octal160721500607704654041
Binary111000011101011010000110000111111000100110101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A68; }

 p { color: rgb(112,58,104); }

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

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

 a { background-color: rgb(112,58,104); }

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

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

 span { border-color: rgb(112,58,104); }

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