Html Css Color HEX #703167 Palatinate Purple

📋 copy color: '#703167'

red 112 ◦ green 49 ◦ blue 103

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

Shades of Palatinate Purple #703167

Tints of Palatinate Purple #703167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 42.42%
G = 18.56%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#703167 (or 0x703167) is known color: Palatinate Purple. HEX triplet: 70, 31 and 67. RGB value is (112,49,103). Sum of RGB (Red+Green+Blue) = 112+49+103=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703167 is #8FCE98. Grayscale: #494949. Windows color (decimal): -9424537 or 6762864. OLE color: 6762864.

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

Color convert

RGB 112 49 103 -
CMYK 0 0.56 0.08 0.56
HSL 308.57º 0.39% 0.32% -
HSV(B) 308.57º 0.56% 0.44% -
XYZ 10.23 6.62 13.57 -
YUV 73.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 112 49 103 0 0.56 0.08 0.56 308.57 0.39 0.32
Hex 70 31 67 0 38 8 38 135 27 20
Octal 160 61 147 0 70 10 70 465 47 40
Binary 1110000 110001 1100111 0 111000 1000 111000 100110101 100111 100000

Color Harmonies of #703167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703167

Black with #703167

Text Example


Text Example

White with #703167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703167; }

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

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

background-color css

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

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

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

border-color css

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

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

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