Html Css Color HEX #701363 Palatinate Purple

📋 copy color: '#701363'

red 112 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #701363

Tints of Palatinate Purple #701363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

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

R = 48.7%
G = 8.26%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701363 (or 0x701363) is known color: Palatinate Purple. HEX triplet: 70, 13 and 63. RGB value is (112,19,99). Sum of RGB (Red+Green+Blue) = 112+19+99=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701363 is #8FEC9C. Grayscale: #373737. Windows color (decimal): -9432221 or 6493040. OLE color: 6493040.

HSL color Cylindrical-coordinate representation of color #701363: hue angle of 308.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701363 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 99 -
CMYK 0 0.83 0.12 0.56
HSL 308.39º 0.71% 0.26% -
HSV(B) 308.39º 0.83% 0.44% -
XYZ 9.17 4.81 12.25 -
YUV 55.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 112 19 99 0 0.83 0.12 0.56 308.39 0.71 0.26
Hex 70 13 63 0 53 C 38 134 47 1A
Octal 160 23 143 0 123 14 70 464 107 32
Binary 1110000 10011 1100011 0 1010011 1100 111000 100110100 1000111 11010

Color Harmonies of #701363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701363

Black with #701363

Text Example


Text Example

White with #701363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701363; }

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

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

background-color css

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

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

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

border-color css

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

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

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