Html Css Color HEX #701F68 Palatinate Purple

📋 copy color: '#701F68'

red 112 ◦ green 31 ◦ blue 104

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

Shades of Palatinate Purple #701F68

Tints of Palatinate Purple #701F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 45.34%
G = 12.55%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701F68 (or 0x701F68) is known color: Palatinate Purple. HEX triplet: 70, 1F and 68. RGB value is (112,31,104). Sum of RGB (Red+Green+Blue) = 112+31+104=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #701F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F68 is #8FE097. Grayscale: #3F3F3F. Windows color (decimal): -9429144 or 6823792. OLE color: 6823792.

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

Color convert

RGB 112 31 104 -
CMYK 0 0.72 0.07 0.56
HSL 305.93º 0.57% 0.28% -
HSV(B) 305.93º 0.72% 0.44% -
XYZ 9.67 5.42 13.63 -
YUV 63.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 112 31 104 0 0.72 0.07 0.56 305.93 0.57 0.28
Hex 70 1F 68 0 48 7 38 132 39 1C
Octal 160 37 150 0 110 7 70 462 71 34
Binary 1110000 11111 1101000 0 1001000 111 111000 100110010 111001 11100

Color Harmonies of #701F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F68

Black with #701F68

Text Example


Text Example

White with #701F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,104); }

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

background-color css

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

 a { background-color: rgb(112,31,104); }

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

border-color css

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

 span { border-color: rgb(112,31,104); }

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