Html Css Color HEX #701563 Palatinate Purple

📋 copy color: '#701563'

red 112 ◦ green 21 ◦ blue 99

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

Shades of Palatinate Purple #701563

Tints of Palatinate Purple #701563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 48.28%
G = 9.05%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701563 (or 0x701563) is known color: Palatinate Purple. HEX triplet: 70, 15 and 63. RGB value is (112,21,99). Sum of RGB (Red+Green+Blue) = 112+21+99=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701563 is #8FEA9C. Grayscale: #383838. Windows color (decimal): -9431709 or 6493552. OLE color: 6493552.

HSL color Cylindrical-coordinate representation of color #701563: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701563 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 99 -
CMYK 0 0.81 0.12 0.56
HSL 308.57º 0.68% 0.26% -
HSV(B) 308.57º 0.81% 0.44% -
XYZ 9.2 4.88 12.26 -
YUV 57.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 112 21 99 0 0.81 0.12 0.56 308.57 0.68 0.26
Hex 70 15 63 0 51 C 38 135 44 1A
Octal 160 25 143 0 121 14 70 465 104 32
Binary 1110000 10101 1100011 0 1010001 1100 111000 100110101 1000100 11010

Color Harmonies of #701563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701563

Black with #701563

Text Example


Text Example

White with #701563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701563; }

 p { color: rgb(112,21,99); }

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

background-color css

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

 a { background-color: rgb(112,21,99); }

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

border-color css

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

 span { border-color: rgb(112,21,99); }

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