Html Css Color HEX #701767 Palatinate Purple

📋 copy color: '#701767'

red 112 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #701767

Tints of Palatinate Purple #701767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 47.06%
G = 9.66%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#701767 (or 0x701767) is known color: Palatinate Purple. HEX triplet: 70, 17 and 67. RGB value is (112,23,103). Sum of RGB (Red+Green+Blue) = 112+23+103=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #701767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701767 is #8FE898. Grayscale: #3A3A3A. Windows color (decimal): -9431193 or 6756208. OLE color: 6756208.

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

Color convert

RGB 112 23 103 -
CMYK 0 0.79 0.08 0.56
HSL 306.07º 0.66% 0.26% -
HSV(B) 306.07º 0.79% 0.44% -
XYZ 9.44 5.04 13.31 -
YUV 58.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 112 23 103 0 0.79 0.08 0.56 306.07 0.66 0.26
Hex 70 17 67 0 4F 8 38 132 42 1A
Octal 160 27 147 0 117 10 70 462 102 32
Binary 1110000 10111 1100111 0 1001111 1000 111000 100110010 1000010 11010

Color Harmonies of #701767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701767

Black with #701767

Text Example


Text Example

White with #701767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701767; }

 p { color: rgb(112,23,103); }

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

background-color css

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

 a { background-color: rgb(112,23,103); }

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

border-color css

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

 span { border-color: rgb(112,23,103); }

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