Html Css Color HEX #701C64 Palatinate Purple

📋 copy color: '#701C64'

red 112 ◦ green 28 ◦ blue 100

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

Shades of Palatinate Purple #701C64

Tints of Palatinate Purple #701C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

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

R = 46.67%
G = 11.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701C64 (or 0x701C64) is known color: Palatinate Purple. HEX triplet: 70, 1C and 64. RGB value is (112,28,100). Sum of RGB (Red+Green+Blue) = 112+28+100=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #701C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C64 is #8FE39B. Grayscale: #3D3D3D. Windows color (decimal): -9429916 or 6560880. OLE color: 6560880.

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

Color convert

RGB 112 28 100 -
CMYK 0 0.75 0.11 0.56
HSL 308.57º 0.6% 0.27% -
HSV(B) 308.57º 0.75% 0.44% -
XYZ 9.4 5.2 12.56 -
YUV 61.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 112 28 100 0 0.75 0.11 0.56 308.57 0.6 0.27
Hex 70 1C 64 0 4B B 38 135 3C 1B
Octal 160 34 144 0 113 13 70 465 74 33
Binary 1110000 11100 1100100 0 1001011 1011 111000 100110101 111100 11011

Color Harmonies of #701C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C64

Black with #701C64

Text Example


Text Example

White with #701C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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