Html Css Color HEX #703961 Palatinate Purple

📋 copy color: '#703961'

red 112 ◦ green 57 ◦ blue 97

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

Shades of Palatinate Purple #703961

Tints of Palatinate Purple #703961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

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

R = 42.11%
G = 21.43%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703961 (or 0x703961) is known color: Palatinate Purple. HEX triplet: 70, 39 and 61. RGB value is (112,57,97). Sum of RGB (Red+Green+Blue) = 112+57+97=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703961 is #8FC69E. Grayscale: #4D4D4D. Windows color (decimal): -9422495 or 6371696. OLE color: 6371696.

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

Color convert

RGB 112 57 97 -
CMYK 0 0.49 0.13 0.56
HSL 316.36º 0.33% 0.33% -
HSV(B) 316.36º 0.49% 0.44% -
XYZ 10.3 7.23 12.16 -
YUV 78.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 112 57 97 0 0.49 0.13 0.56 316.36 0.33 0.33
Hex 70 39 61 0 31 D 38 13C 21 21
Octal 160 71 141 0 61 15 70 474 41 41
Binary 1110000 111001 1100001 0 110001 1101 111000 100111100 100001 100001

Color Harmonies of #703961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703961

Black with #703961

Text Example


Text Example

White with #703961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703961; }

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

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

background-color css

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

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

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

border-color css

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

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

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