Html Css Color HEX #700963 Palatinate Purple

📋 copy color: '#700963'

red 112 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #700963

Tints of Palatinate Purple #700963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 50.91%
G = 4.09%
B = 45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700963 (or 0x700963) is known color: Palatinate Purple. HEX triplet: 70, 09 and 63. RGB value is (112,9,99). Sum of RGB (Red+Green+Blue) = 112+9+99=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700963 is #8FF69C. Grayscale: #313131. Windows color (decimal): -9434781 or 6490480. OLE color: 6490480.

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

Color convert

RGB 112 9 99 -
CMYK 0 0.92 0.12 0.56
HSL 307.57º 0.85% 0.24% -
HSV(B) 307.57º 0.92% 0.44% -
XYZ 9.03 4.54 12.2 -
YUV 50.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 112 9 99 0 0.92 0.12 0.56 307.57 0.85 0.24
Hex 70 9 63 0 5C C 38 134 55 18
Octal 160 11 143 0 134 14 70 464 125 30
Binary 1110000 1001 1100011 0 1011100 1100 111000 100110100 1010101 11000

Color Harmonies of #700963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700963

Black with #700963

Text Example


Text Example

White with #700963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700963; }

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

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

background-color css

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

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

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

border-color css

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

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

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