Html Css Color HEX #701564 Palatinate Purple

📋 copy color: '#701564'

red 112 ◦ green 21 ◦ blue 100

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

Shades of Palatinate Purple #701564

Tints of Palatinate Purple #701564

RGB

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

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

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

R = 48.07%
G = 9.01%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701564 (or 0x701564) is known color: Palatinate Purple. HEX triplet: 70, 15 and 64. RGB value is (112,21,100). Sum of RGB (Red+Green+Blue) = 112+21+100=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701564 is #8FEA9B. Grayscale: #383838. Windows color (decimal): -9431708 or 6559088. OLE color: 6559088.

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

Color convert

RGB 112 21 100 -
CMYK 0 0.81 0.11 0.56
HSL 307.91º 0.68% 0.26% -
HSV(B) 307.91º 0.81% 0.44% -
XYZ 9.25 4.9 12.52 -
YUV 57.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 112 21 100 0 0.81 0.11 0.56 307.91 0.68 0.26
Hex 70 15 64 0 51 B 38 134 44 1A
Octal 160 25 144 0 121 13 70 464 104 32
Binary 1110000 10101 1100100 0 1010001 1011 111000 100110100 1000100 11010

Color Harmonies of #701564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701564

Black with #701564

Text Example


Text Example

White with #701564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701564; }

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

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

background-color css

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

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

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

border-color css

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

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

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