Html Css Color HEX #701066 Palatinate Purple

📋 copy color: '#701066'

red 112 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #701066

Tints of Palatinate Purple #701066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 102 (40.23% from 255) = 44.35%

R = 48.7%
G = 6.96%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#701066 (or 0x701066) is known color: Palatinate Purple. HEX triplet: 70, 10 and 66. RGB value is (112,16,102). Sum of RGB (Red+Green+Blue) = 112+16+102=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701066 is #8FEF99. Grayscale: #363636. Windows color (decimal): -9432986 or 6688880. OLE color: 6688880.

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

Color convert

RGB 112 16 102 -
CMYK 0 0.86 0.09 0.56
HSL 306.25º 0.75% 0.25% -
HSV(B) 306.25º 0.86% 0.44% -
XYZ 9.27 4.77 13 -
YUV 54.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 112 16 102 0 0.86 0.09 0.56 306.25 0.75 0.25
Hex 70 10 66 0 56 9 38 132 4B 19
Octal 160 20 146 0 126 11 70 462 113 31
Binary 1110000 10000 1100110 0 1010110 1001 111000 100110010 1001011 11001

Color Harmonies of #701066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701066

Black with #701066

Text Example


Text Example

White with #701066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701066; }

 p { color: rgb(112,16,102); }

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

background-color css

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

 a { background-color: rgb(112,16,102); }

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

border-color css

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

 span { border-color: rgb(112,16,102); }

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