Html Css Color HEX #701664 Palatinate Purple

📋 copy color: '#701664'

red 112 ◦ green 22 ◦ blue 100

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

Shades of Palatinate Purple #701664

Tints of Palatinate Purple #701664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 47.86%
G = 9.4%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701664 (or 0x701664) is known color: Palatinate Purple. HEX triplet: 70, 16 and 64. RGB value is (112,22,100). Sum of RGB (Red+Green+Blue) = 112+22+100=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701664 is #8FE99B. Grayscale: #393939. Windows color (decimal): -9431452 or 6559344. OLE color: 6559344.

HSL color Cylindrical-coordinate representation of color #701664: hue angle of 308º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701664 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 100 -
CMYK 0 0.80 0.11 0.56
HSL 308º 0.67% 0.26% -
HSV(B) 308º 0.8% 0.44% -
XYZ 9.27 4.94 12.52 -
YUV 57.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 112 22 100 0 0.80 0.11 0.56 308 0.67 0.26
Hex 70 16 64 0 50 B 38 134 43 1A
Octal 160 26 144 0 120 13 70 464 103 32
Binary 1110000 10110 1100100 0 1010000 1011 111000 100110100 1000011 11010

Color Harmonies of #701664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701664

Black with #701664

Text Example


Text Example

White with #701664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701664; }

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

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

background-color css

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

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

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

border-color css

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

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

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