Html Css Color HEX #701F63 Palatinate Purple

📋 copy color: '#701F63'

red 112 ◦ green 31 ◦ blue 99

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

Shades of Palatinate Purple #701F63

Tints of Palatinate Purple #701F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 46.28%
G = 12.81%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701F63 (or 0x701F63) is known color: Palatinate Purple. HEX triplet: 70, 1F and 63. RGB value is (112,31,99). Sum of RGB (Red+Green+Blue) = 112+31+99=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #701F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F63 is #8FE09C. Grayscale: #3E3E3E. Windows color (decimal): -9429149 or 6496112. OLE color: 6496112.

HSL color Cylindrical-coordinate representation of color #701F63: hue angle of 309.63º 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 #701F63 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 99 -
CMYK 0 0.72 0.12 0.56
HSL 309.63º 0.57% 0.28% -
HSV(B) 309.63º 0.72% 0.44% -
XYZ 9.42 5.33 12.34 -
YUV 62.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 112 31 99 0 0.72 0.12 0.56 309.63 0.57 0.28
Hex 70 1F 63 0 48 C 38 136 39 1C
Octal 160 37 143 0 110 14 70 466 71 34
Binary 1110000 11111 1100011 0 1001000 1100 111000 100110110 111001 11100

Color Harmonies of #701F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F63

Black with #701F63

Text Example


Text Example

White with #701F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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