Html Css Color HEX #701864 Palatinate Purple

📋 copy color: '#701864'

red 112 ◦ green 24 ◦ blue 100

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

Shades of Palatinate Purple #701864

Tints of Palatinate Purple #701864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 47.46%
G = 10.17%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701864 (or 0x701864) is known color: Palatinate Purple. HEX triplet: 70, 18 and 64. RGB value is (112,24,100). Sum of RGB (Red+Green+Blue) = 112+24+100=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #701864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701864 is #8FE79B. Grayscale: #3A3A3A. Windows color (decimal): -9430940 or 6559856. OLE color: 6559856.

HSL color Cylindrical-coordinate representation of color #701864: hue angle of 308.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701864 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 100 -
CMYK 0 0.79 0.11 0.56
HSL 308.18º 0.65% 0.27% -
HSV(B) 308.18º 0.79% 0.44% -
XYZ 9.31 5.02 12.53 -
YUV 58.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 112 24 100 0 0.79 0.11 0.56 308.18 0.65 0.27
Hex 70 18 64 0 4F B 38 134 41 1B
Octal 160 30 144 0 117 13 70 464 101 33
Binary 1110000 11000 1100100 0 1001111 1011 111000 100110100 1000001 11011

Color Harmonies of #701864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701864

Black with #701864

Text Example


Text Example

White with #701864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701864; }

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

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

background-color css

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

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

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

border-color css

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

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

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