Html Css Color HEX #701961 Palatinate Purple

📋 copy color: '#701961'

red 112 ◦ green 25 ◦ blue 97

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

Shades of Palatinate Purple #701961

Tints of Palatinate Purple #701961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 47.86%
G = 10.68%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701961 (or 0x701961) is known color: Palatinate Purple. HEX triplet: 70, 19 and 61. RGB value is (112,25,97). Sum of RGB (Red+Green+Blue) = 112+25+97=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701961 is #8FE69E. Grayscale: #3B3B3B. Windows color (decimal): -9430687 or 6363504. OLE color: 6363504.

HSL color Cylindrical-coordinate representation of color #701961: hue angle of 310.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701961 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 97 -
CMYK 0 0.78 0.13 0.56
HSL 310.34º 0.64% 0.27% -
HSV(B) 310.34º 0.78% 0.44% -
XYZ 9.19 5 11.79 -
YUV 59.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 112 25 97 0 0.78 0.13 0.56 310.34 0.64 0.27
Hex 70 19 61 0 4E D 38 136 40 1B
Octal 160 31 141 0 116 15 70 466 100 33
Binary 1110000 11001 1100001 0 1001110 1101 111000 100110110 1000000 11011

Color Harmonies of #701961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701961

Black with #701961

Text Example


Text Example

White with #701961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701961; }

 p { color: rgb(112,25,97); }

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

background-color css

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

 a { background-color: rgb(112,25,97); }

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

border-color css

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

 span { border-color: rgb(112,25,97); }

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