#703A62

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

Shades of Palatinate Purple #703A62

Tints of Palatinate Purple #703A62

Color information

#703A62 (or 0x703A62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 3A and 62. RGB value is (112,58,98). Sum of RGB (Red+Green+Blue) = 112+58+98=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A62 is #8FC59D. Grayscale: #4E4E4E. Windows color (decimal): -9422238 or 6437488. OLE color: 6437488.

HSL color Cylindrical-coordinate representation of color #703A62: hue angle of 315.56º 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 #703A62 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1125898-
CMYK00.480.130.56
HSL315.56º31.76%33.33%-
HSV(B)315.56º48.21%43.92%-
XYZ10.47.3512.43-
YUV78.71138.89151.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=41.79%
G=21.64%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112589800.480.130.56315.5631.7633.33
Hex703A62030D3813c2021
Octal1607214206015704744041
Binary1110000111010110001001100001101111000100111100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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