Html Css Color HEX #700961 Palatinate Purple

📋 copy color: '#700961'

red 112 ◦ green 9 ◦ blue 97

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

Shades of Palatinate Purple #700961

Tints of Palatinate Purple #700961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 51.38%
G = 4.13%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700961 (or 0x700961) is known color: Palatinate Purple. HEX triplet: 70, 09 and 61. RGB value is (112,9,97). Sum of RGB (Red+Green+Blue) = 112+9+97=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700961 is #8FF69E. Grayscale: #313131. Windows color (decimal): -9434783 or 6359408. OLE color: 6359408.

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

Color convert

RGB 112 9 97 -
CMYK 0 0.92 0.13 0.56
HSL 308.74º 0.85% 0.24% -
HSV(B) 308.74º 0.92% 0.44% -
XYZ 8.94 4.5 11.71 -
YUV 49.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 112 9 97 0 0.92 0.13 0.56 308.74 0.85 0.24
Hex 70 9 61 0 5C D 38 135 55 18
Octal 160 11 141 0 134 15 70 465 125 30
Binary 1110000 1001 1100001 0 1011100 1101 111000 100110101 1010101 11000

Color Harmonies of #700961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700961

Black with #700961

Text Example


Text Example

White with #700961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700961; }

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

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

background-color css

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

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

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

border-color css

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

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

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