Html Css Color HEX #701A6D Palatinate Purple

📋 copy color: '#701A6D'

red 112 ◦ green 26 ◦ blue 109

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

Shades of Palatinate Purple #701A6D

Tints of Palatinate Purple #701A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 45.34%
G = 10.53%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#701A6D (or 0x701A6D) is known color: Palatinate Purple. HEX triplet: 70, 1A and 6D. RGB value is (112,26,109). Sum of RGB (Red+Green+Blue) = 112+26+109=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #701A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A6D is #8FE592. Grayscale: #3C3C3C. Windows color (decimal): -9430419 or 7150192. OLE color: 7150192.

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

Color convert

RGB 112 26 109 -
CMYK 0 0.77 0.03 0.56
HSL 302.09º 0.62% 0.27% -
HSV(B) 302.09º 0.77% 0.44% -
XYZ 9.81 5.29 14.97 -
YUV 61.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 112 26 109 0 0.77 0.03 0.56 302.09 0.62 0.27
Hex 70 1A 6D 0 4D 3 38 12E 3E 1B
Octal 160 32 155 0 115 3 70 456 76 33
Binary 1110000 11010 1101101 0 1001101 11 111000 100101110 111110 11011

Color Harmonies of #701A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A6D

Black with #701A6D

Text Example


Text Example

White with #701A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,109); }

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

background-color css

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

 a { background-color: rgb(112,26,109); }

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

border-color css

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

 span { border-color: rgb(112,26,109); }

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