Html Css Color HEX #703160 Palatinate Purple

📋 copy color: '#703160'

red 112 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #703160

Tints of Palatinate Purple #703160

RGB

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

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

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

R = 43.58%
G = 19.07%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#703160 (or 0x703160) is known color: Palatinate Purple. HEX triplet: 70, 31 and 60. RGB value is (112,49,96). Sum of RGB (Red+Green+Blue) = 112+49+96=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703160 is #8FCE9F. Grayscale: #494949. Windows color (decimal): -9424544 or 6304112. OLE color: 6304112.

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

Color convert

RGB 112 49 96 -
CMYK 0 0.56 0.14 0.56
HSL 315.24º 0.39% 0.32% -
HSV(B) 315.24º 0.56% 0.44% -
XYZ 9.89 6.49 11.8 -
YUV 73.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 112 49 96 0 0.56 0.14 0.56 315.24 0.39 0.32
Hex 70 31 60 0 38 E 38 13B 27 20
Octal 160 61 140 0 70 16 70 473 47 40
Binary 1110000 110001 1100000 0 111000 1110 111000 100111011 100111 100000

Color Harmonies of #703160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703160

Black with #703160

Text Example


Text Example

White with #703160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703160; }

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

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

background-color css

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

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

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

border-color css

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

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

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