Html Css Color HEX #703960 Palatinate Purple

📋 copy color: '#703960'

red 112 ◦ green 57 ◦ blue 96

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

Shades of Palatinate Purple #703960

Tints of Palatinate Purple #703960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 42.26%
G = 21.51%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#703960 (or 0x703960) is known color: Palatinate Purple. HEX triplet: 70, 39 and 60. RGB value is (112,57,96). Sum of RGB (Red+Green+Blue) = 112+57+96=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703960 is #8FC69F. Grayscale: #4D4D4D. Windows color (decimal): -9422496 or 6306160. OLE color: 6306160.

HSL color Cylindrical-coordinate representation of color #703960: hue angle of 317.45º 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 #703960 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 96 -
CMYK 0 0.49 0.14 0.56
HSL 317.45º 0.33% 0.33% -
HSV(B) 317.45º 0.49% 0.44% -
XYZ 10.26 7.22 11.92 -
YUV 77.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 112 57 96 0 0.49 0.14 0.56 317.45 0.33 0.33
Hex 70 39 60 0 31 E 38 13D 21 21
Octal 160 71 140 0 61 16 70 475 41 41
Binary 1110000 111001 1100000 0 110001 1110 111000 100111101 100001 100001

Color Harmonies of #703960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703960

Black with #703960

Text Example


Text Example

White with #703960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703960; }

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

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

background-color css

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

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

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

border-color css

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

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

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