Html Css Color HEX #700960 Palatinate Purple

📋 copy color: '#700960'

red 112 ◦ green 9 ◦ blue 96

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

Shades of Palatinate Purple #700960

Tints of Palatinate Purple #700960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 51.61%
G = 4.15%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700960 (or 0x700960) is known color: Palatinate Purple. HEX triplet: 70, 09 and 60. RGB value is (112,9,96). Sum of RGB (Red+Green+Blue) = 112+9+96=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700960 is #8FF69F. Grayscale: #313131. Windows color (decimal): -9434784 or 6293872. OLE color: 6293872.

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

Color convert

RGB 112 9 96 -
CMYK 0 0.92 0.14 0.56
HSL 309.32º 0.85% 0.24% -
HSV(B) 309.32º 0.92% 0.44% -
XYZ 8.89 4.48 11.46 -
YUV 49.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 112 9 96 0 0.92 0.14 0.56 309.32 0.85 0.24
Hex 70 9 60 0 5C E 38 135 55 18
Octal 160 11 140 0 134 16 70 465 125 30
Binary 1110000 1001 1100000 0 1011100 1110 111000 100110101 1010101 11000

Color Harmonies of #700960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700960

Black with #700960

Text Example


Text Example

White with #700960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700960; }

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

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

background-color css

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

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

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

border-color css

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

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

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