Html Css Color HEX #701261 Palatinate Purple

📋 copy color: '#701261'

red 112 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #701261

Tints of Palatinate Purple #701261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 49.34%
G = 7.93%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701261 (or 0x701261) is known color: Palatinate Purple. HEX triplet: 70, 12 and 61. RGB value is (112,18,97). Sum of RGB (Red+Green+Blue) = 112+18+97=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #701261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701261 is #8FED9E. Grayscale: #363636. Windows color (decimal): -9432479 or 6361712. OLE color: 6361712.

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

Color convert

RGB 112 18 97 -
CMYK 0 0.84 0.13 0.56
HSL 309.57º 0.72% 0.25% -
HSV(B) 309.57º 0.84% 0.44% -
XYZ 9.06 4.74 11.75 -
YUV 55.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 112 18 97 0 0.84 0.13 0.56 309.57 0.72 0.25
Hex 70 12 61 0 54 D 38 136 48 19
Octal 160 22 141 0 124 15 70 466 110 31
Binary 1110000 10010 1100001 0 1010100 1101 111000 100110110 1001000 11001

Color Harmonies of #701261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701261

Black with #701261

Text Example


Text Example

White with #701261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701261; }

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

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

background-color css

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

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

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

border-color css

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

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

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