Html Css Color HEX #703163 Palatinate Purple

📋 copy color: '#703163'

red 112 ◦ green 49 ◦ blue 99

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

Shades of Palatinate Purple #703163

Tints of Palatinate Purple #703163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 43.08%
G = 18.85%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#703163 (or 0x703163) is known color: Palatinate Purple. HEX triplet: 70, 31 and 63. RGB value is (112,49,99). Sum of RGB (Red+Green+Blue) = 112+49+99=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #703163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703163 is #8FCE9C. Grayscale: #494949. Windows color (decimal): -9424541 or 6500720. OLE color: 6500720.

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

Color convert

RGB 112 49 99 -
CMYK 0 0.56 0.12 0.56
HSL 312.38º 0.39% 0.32% -
HSV(B) 312.38º 0.56% 0.44% -
XYZ 10.03 6.54 12.54 -
YUV 73.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 112 49 99 0 0.56 0.12 0.56 312.38 0.39 0.32
Hex 70 31 63 0 38 C 38 138 27 20
Octal 160 61 143 0 70 14 70 470 47 40
Binary 1110000 110001 1100011 0 111000 1100 111000 100111000 100111 100000

Color Harmonies of #703163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703163

Black with #703163

Text Example


Text Example

White with #703163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703163; }

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

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

background-color css

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

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

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

border-color css

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

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

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