Html Css Color HEX #701266 Palatinate Purple

📋 copy color: '#701266'

red 112 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #701266

Tints of Palatinate Purple #701266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 48.28%
G = 7.76%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#701266 (or 0x701266) is known color: Palatinate Purple. HEX triplet: 70, 12 and 66. RGB value is (112,18,102). Sum of RGB (Red+Green+Blue) = 112+18+102=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701266 is #8FED99. Grayscale: #373737. Windows color (decimal): -9432474 or 6689392. OLE color: 6689392.

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

Color convert

RGB 112 18 102 -
CMYK 0 0.84 0.09 0.56
HSL 306.38º 0.72% 0.25% -
HSV(B) 306.38º 0.84% 0.44% -
XYZ 9.3 4.84 13.01 -
YUV 55.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 112 18 102 0 0.84 0.09 0.56 306.38 0.72 0.25
Hex 70 12 66 0 54 9 38 132 48 19
Octal 160 22 146 0 124 11 70 462 110 31
Binary 1110000 10010 1100110 0 1010100 1001 111000 100110010 1001000 11001

Color Harmonies of #701266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701266

Black with #701266

Text Example


Text Example

White with #701266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701266; }

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

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

background-color css

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

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

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

border-color css

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

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

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