Html Css Color HEX #701969 Palatinate Purple

📋 copy color: '#701969'

red 112 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #701969

Tints of Palatinate Purple #701969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 46.28%
G = 10.33%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701969 (or 0x701969) is known color: Palatinate Purple. HEX triplet: 70, 19 and 69. RGB value is (112,25,105). Sum of RGB (Red+Green+Blue) = 112+25+105=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #701969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701969 is #8FE696. Grayscale: #3B3B3B. Windows color (decimal): -9430679 or 6887792. OLE color: 6887792.

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

Color convert

RGB 112 25 105 -
CMYK 0 0.78 0.06 0.56
HSL 304.83º 0.64% 0.27% -
HSV(B) 304.83º 0.78% 0.44% -
XYZ 9.58 5.16 13.86 -
YUV 60.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 112 25 105 0 0.78 0.06 0.56 304.83 0.64 0.27
Hex 70 19 69 0 4E 6 38 131 40 1B
Octal 160 31 151 0 116 6 70 461 100 33
Binary 1110000 11001 1101001 0 1001110 110 111000 100110001 1000000 11011

Color Harmonies of #701969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701969

Black with #701969

Text Example


Text Example

White with #701969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701969; }

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

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

background-color css

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

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

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

border-color css

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

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

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