Html Css Color HEX #703161 Palatinate Purple

📋 copy color: '#703161'

red 112 ◦ green 49 ◦ blue 97

#703161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #703161

Tints of Palatinate Purple #703161

RGB

 RED value IS 112 (44.14% from 255) = 43.41%

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 43.41%
G = 18.99%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703161 (or 0x703161) is known color: Palatinate Purple. HEX triplet: 70, 31 and 61. RGB value is (112,49,97). Sum of RGB (Red+Green+Blue) = 112+49+97=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #703161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703161 is #8FCE9E. Grayscale: #494949. Windows color (decimal): -9424543 or 6369648. OLE color: 6369648.

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

Color convert

RGB 112 49 97 -
CMYK 0 0.56 0.13 0.56
HSL 314.29º 0.39% 0.32% -
HSV(B) 314.29º 0.56% 0.44% -
XYZ 9.94 6.5 12.04 -
YUV 73.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 112 49 97 0 0.56 0.13 0.56 314.29 0.39 0.32
Hex 70 31 61 0 38 D 38 13A 27 20
Octal 160 61 141 0 70 15 70 472 47 40
Binary 1110000 110001 1100001 0 111000 1101 111000 100111010 100111 100000

Color Harmonies of #703161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703161

Black with #703161

Text Example


Text Example

White with #703161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703161; }

 p { color: rgb(112,49,97); }

 H1.HeaderClassName
 {
   color: #703161;
 }
 .AnyTagClassName
 {
   color: #703161;
 }
</style>

background-color css

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

 a { background-color: rgb(112,49,97); }

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

border-color css

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

 span { border-color: rgb(112,49,97); }

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