Html Css Color HEX #700560 Palatinate Purple

📋 copy color: '#700560'

red 112 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #700560

Tints of Palatinate Purple #700560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 52.58%
G = 2.35%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700560 (or 0x700560) is known color: Palatinate Purple. HEX triplet: 70, 05 and 60. RGB value is (112,5,96). Sum of RGB (Red+Green+Blue) = 112+5+96=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700560 is #8FFA9F. Grayscale: #2F2F2F. Windows color (decimal): -9435808 or 6292848. OLE color: 6292848.

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

Color convert

RGB 112 5 96 -
CMYK 0 0.96 0.14 0.56
HSL 308.97º 0.91% 0.23% -
HSV(B) 308.97º 0.96% 0.44% -
XYZ 8.85 4.4 11.45 -
YUV 47.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 112 5 96 0 0.96 0.14 0.56 308.97 0.91 0.23
Hex 70 5 60 0 60 E 38 135 5B 17
Octal 160 5 140 0 140 16 70 465 133 27
Binary 1110000 101 1100000 0 1100000 1110 111000 100110101 1011011 10111

Color Harmonies of #700560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700560

Black with #700560

Text Example


Text Example

White with #700560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700560; }

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

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

background-color css

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

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

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

border-color css

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

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

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