Html Css Color HEX #701966 Palatinate Purple

📋 copy color: '#701966'

red 112 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #701966

Tints of Palatinate Purple #701966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 46.86%
G = 10.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#701966 (or 0x701966) is known color: Palatinate Purple. HEX triplet: 70, 19 and 66. RGB value is (112,25,102). Sum of RGB (Red+Green+Blue) = 112+25+102=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #701966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701966 is #8FE699. Grayscale: #3B3B3B. Windows color (decimal): -9430682 or 6691184. OLE color: 6691184.

HSL color Cylindrical-coordinate representation of color #701966: hue angle of 306.9º 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 #701966 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 102 -
CMYK 0 0.78 0.09 0.56
HSL 306.9º 0.64% 0.27% -
HSV(B) 306.9º 0.78% 0.44% -
XYZ 9.43 5.1 13.06 -
YUV 59.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 112 25 102 0 0.78 0.09 0.56 306.9 0.64 0.27
Hex 70 19 66 0 4E 9 38 133 40 1B
Octal 160 31 146 0 116 11 70 463 100 33
Binary 1110000 11001 1100110 0 1001110 1001 111000 100110011 1000000 11011

Color Harmonies of #701966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701966

Black with #701966

Text Example


Text Example

White with #701966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701966; }

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

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

background-color css

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

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

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

border-color css

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

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

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