Html Css Color HEX #701263 Palatinate Purple

📋 copy color: '#701263'

red 112 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #701263

Tints of Palatinate Purple #701263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 48.91%
G = 7.86%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701263 (or 0x701263) is known color: Palatinate Purple. HEX triplet: 70, 12 and 63. RGB value is (112,18,99). Sum of RGB (Red+Green+Blue) = 112+18+99=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701263 is #8FED9C. Grayscale: #373737. Windows color (decimal): -9432477 or 6492784. OLE color: 6492784.

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

Color convert

RGB 112 18 99 -
CMYK 0 0.84 0.12 0.56
HSL 308.3º 0.72% 0.25% -
HSV(B) 308.3º 0.84% 0.44% -
XYZ 9.15 4.78 12.24 -
YUV 55.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 112 18 99 0 0.84 0.12 0.56 308.3 0.72 0.25
Hex 70 12 63 0 54 C 38 134 48 19
Octal 160 22 143 0 124 14 70 464 110 31
Binary 1110000 10010 1100011 0 1010100 1100 111000 100110100 1001000 11001

Color Harmonies of #701263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701263

Black with #701263

Text Example


Text Example

White with #701263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701263; }

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

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

background-color css

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

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

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

border-color css

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

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

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