Html Css Color HEX #701E6A Palatinate Purple

📋 copy color: '#701E6A'

red 112 ◦ green 30 ◦ blue 106

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

Shades of Palatinate Purple #701E6A

Tints of Palatinate Purple #701E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 106 (41.8% from 255) = 42.74%

R = 45.16%
G = 12.1%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#701E6A (or 0x701E6A) is known color: Palatinate Purple. HEX triplet: 70, 1E and 6A. RGB value is (112,30,106). Sum of RGB (Red+Green+Blue) = 112+30+106=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #701E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701E6A is #8FE195. Grayscale: #3E3E3E. Windows color (decimal): -9429398 or 6954608. OLE color: 6954608.

HSL color Cylindrical-coordinate representation of color #701E6A: hue angle of 304.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E6A is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 106 -
CMYK 0 0.73 0.05 0.56
HSL 304.39º 0.58% 0.28% -
HSV(B) 304.39º 0.73% 0.44% -
XYZ 9.75 5.41 14.17 -
YUV 63.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 112 30 106 0 0.73 0.05 0.56 304.39 0.58 0.28
Hex 70 1E 6A 0 49 5 38 130 3A 1C
Octal 160 36 152 0 111 5 70 460 72 34
Binary 1110000 11110 1101010 0 1001001 101 111000 100110000 111010 11100

Color Harmonies of #701E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E6A

Black with #701E6A

Text Example


Text Example

White with #701E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,106); }

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

background-color css

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

 a { background-color: rgb(112,30,106); }

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

border-color css

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

 span { border-color: rgb(112,30,106); }

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