Html Css Color HEX #700863 Palatinate Purple

📋 copy color: '#700863'

red 112 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #700863

Tints of Palatinate Purple #700863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 51.14%
G = 3.65%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700863 (or 0x700863) is known color: Palatinate Purple. HEX triplet: 70, 08 and 63. RGB value is (112,8,99). Sum of RGB (Red+Green+Blue) = 112+8+99=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700863 is #8FF79C. Grayscale: #313131. Windows color (decimal): -9435037 or 6490224. OLE color: 6490224.

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

Color convert

RGB 112 8 99 -
CMYK 0 0.93 0.12 0.56
HSL 307.5º 0.87% 0.24% -
HSV(B) 307.5º 0.93% 0.44% -
XYZ 9.02 4.52 12.2 -
YUV 49.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 112 8 99 0 0.93 0.12 0.56 307.5 0.87 0.24
Hex 70 8 63 0 5D C 38 134 57 18
Octal 160 10 143 0 135 14 70 464 127 30
Binary 1110000 1000 1100011 0 1011101 1100 111000 100110100 1010111 11000

Color Harmonies of #700863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700863

Black with #700863

Text Example


Text Example

White with #700863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700863; }

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

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

background-color css

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

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

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

border-color css

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

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

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