Html Css Color HEX #700964 Palatinate Purple

📋 copy color: '#700964'

red 112 ◦ green 9 ◦ blue 100

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

Shades of Palatinate Purple #700964

Tints of Palatinate Purple #700964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 50.68%
G = 4.07%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700964 (or 0x700964) is known color: Palatinate Purple. HEX triplet: 70, 09 and 64. RGB value is (112,9,100). Sum of RGB (Red+Green+Blue) = 112+9+100=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700964 is #8FF69B. Grayscale: #313131. Windows color (decimal): -9434780 or 6556016. OLE color: 6556016.

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

Color convert

RGB 112 9 100 -
CMYK 0 0.92 0.11 0.56
HSL 306.99º 0.85% 0.24% -
HSV(B) 306.99º 0.92% 0.44% -
XYZ 9.08 4.56 12.46 -
YUV 50.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 112 9 100 0 0.92 0.11 0.56 306.99 0.85 0.24
Hex 70 9 64 0 5C B 38 133 55 18
Octal 160 11 144 0 134 13 70 463 125 30
Binary 1110000 1001 1100100 0 1011100 1011 111000 100110011 1010101 11000

Color Harmonies of #700964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700964

Black with #700964

Text Example


Text Example

White with #700964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700964; }

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

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

background-color css

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

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

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

border-color css

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

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

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