Html Css Color HEX #701167 Palatinate Purple

📋 copy color: '#701167'

red 112 ◦ green 17 ◦ blue 103

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

Shades of Palatinate Purple #701167

Tints of Palatinate Purple #701167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 48.28%
G = 7.33%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#701167 (or 0x701167) is known color: Palatinate Purple. HEX triplet: 70, 11 and 67. RGB value is (112,17,103). Sum of RGB (Red+Green+Blue) = 112+17+103=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701167 is #8FEE98. Grayscale: #363636. Windows color (decimal): -9432729 or 6754672. OLE color: 6754672.

HSL color Cylindrical-coordinate representation of color #701167: hue angle of 305.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701167 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 103 -
CMYK 0 0.85 0.08 0.56
HSL 305.68º 0.74% 0.25% -
HSV(B) 305.68º 0.85% 0.44% -
XYZ 9.33 4.82 13.27 -
YUV 55.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 112 17 103 0 0.85 0.08 0.56 305.68 0.74 0.25
Hex 70 11 67 0 55 8 38 132 4A 19
Octal 160 21 147 0 125 10 70 462 112 31
Binary 1110000 10001 1100111 0 1010101 1000 111000 100110010 1001010 11001

Color Harmonies of #701167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701167

Black with #701167

Text Example


Text Example

White with #701167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701167; }

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

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

background-color css

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

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

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

border-color css

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

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

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