Html Css Color HEX #700661 Palatinate Purple

📋 copy color: '#700661'

red 112 ◦ green 6 ◦ blue 97

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

Shades of Palatinate Purple #700661

Tints of Palatinate Purple #700661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 52.09%
G = 2.79%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700661 (or 0x700661) is known color: Palatinate Purple. HEX triplet: 70, 06 and 61. RGB value is (112,6,97). Sum of RGB (Red+Green+Blue) = 112+6+97=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700661 is #8FF99E. Grayscale: #2F2F2F. Windows color (decimal): -9435551 or 6358640. OLE color: 6358640.

HSL color Cylindrical-coordinate representation of color #700661: hue angle of 308.49º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700661 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 97 -
CMYK 0 0.95 0.13 0.56
HSL 308.49º 0.9% 0.23% -
HSV(B) 308.49º 0.95% 0.44% -
XYZ 8.9 4.44 11.7 -
YUV 48.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 112 6 97 0 0.95 0.13 0.56 308.49 0.9 0.23
Hex 70 6 61 0 5F D 38 134 5A 17
Octal 160 6 141 0 137 15 70 464 132 27
Binary 1110000 110 1100001 0 1011111 1101 111000 100110100 1011010 10111

Color Harmonies of #700661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700661

Black with #700661

Text Example


Text Example

White with #700661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700661; }

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

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

background-color css

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

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

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

border-color css

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

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

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