Html Css Color HEX #703162 Palatinate Purple

📋 copy color: '#703162'

red 112 ◦ green 49 ◦ blue 98

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

Shades of Palatinate Purple #703162

Tints of Palatinate Purple #703162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 43.24%
G = 18.92%
B = 37.84%

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

#703162 (or 0x703162) is known color: Palatinate Purple. HEX triplet: 70, 31 and 62. RGB value is (112,49,98). Sum of RGB (Red+Green+Blue) = 112+49+98=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703162 is #8FCE9D. Grayscale: #494949. Windows color (decimal): -9424542 or 6435184. OLE color: 6435184.

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

Color convert

RGB 112 49 98 -
CMYK 0 0.56 0.13 0.56
HSL 313.33º 0.39% 0.32% -
HSV(B) 313.33º 0.56% 0.44% -
XYZ 9.99 6.52 12.29 -
YUV 73.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 112 49 98 0 0.56 0.13 0.56 313.33 0.39 0.32
Hex 70 31 62 0 38 D 38 139 27 20
Octal 160 61 142 0 70 15 70 471 47 40
Binary 1110000 110001 1100010 0 111000 1101 111000 100111001 100111 100000

Color Harmonies of #703162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703162

Black with #703162

Text Example


Text Example

White with #703162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703162; }

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

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

background-color css

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

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

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

border-color css

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

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

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