Html Css Color HEX #701168 Palatinate Purple

📋 copy color: '#701168'

red 112 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #701168

Tints of Palatinate Purple #701168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 48.07%
G = 7.3%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701168 (or 0x701168) is known color: Palatinate Purple. HEX triplet: 70, 11 and 68. RGB value is (112,17,104). Sum of RGB (Red+Green+Blue) = 112+17+104=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701168 is #8FEE97. Grayscale: #373737. Windows color (decimal): -9432728 or 6820208. OLE color: 6820208.

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

Color convert

RGB 112 17 104 -
CMYK 0 0.85 0.07 0.56
HSL 305.05º 0.74% 0.25% -
HSV(B) 305.05º 0.85% 0.44% -
XYZ 9.38 4.85 13.54 -
YUV 55.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 112 17 104 0 0.85 0.07 0.56 305.05 0.74 0.25
Hex 70 11 68 0 55 7 38 131 4A 19
Octal 160 21 150 0 125 7 70 461 112 31
Binary 1110000 10001 1101000 0 1010101 111 111000 100110001 1001010 11001

Color Harmonies of #701168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701168

Black with #701168

Text Example


Text Example

White with #701168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701168; }

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

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

background-color css

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

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

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

border-color css

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

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

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