Html Css Color HEX #701669 Palatinate Purple

📋 copy color: '#701669'

red 112 ◦ green 22 ◦ blue 105

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

Shades of Palatinate Purple #701669

Tints of Palatinate Purple #701669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 46.86%
G = 9.21%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701669 (or 0x701669) is known color: Palatinate Purple. HEX triplet: 70, 16 and 69. RGB value is (112,22,105). Sum of RGB (Red+Green+Blue) = 112+22+105=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #701669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701669 is #8FE996. Grayscale: #3A3A3A. Windows color (decimal): -9431447 or 6887024. OLE color: 6887024.

HSL color Cylindrical-coordinate representation of color #701669: hue angle of 304.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701669 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 105 -
CMYK 0 0.80 0.06 0.56
HSL 304.67º 0.67% 0.26% -
HSV(B) 304.67º 0.8% 0.44% -
XYZ 9.52 5.04 13.84 -
YUV 58.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 112 22 105 0 0.80 0.06 0.56 304.67 0.67 0.26
Hex 70 16 69 0 50 6 38 131 43 1A
Octal 160 26 151 0 120 6 70 461 103 32
Binary 1110000 10110 1101001 0 1010000 110 111000 100110001 1000011 11010

Color Harmonies of #701669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701669

Black with #701669

Text Example


Text Example

White with #701669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701669; }

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

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

background-color css

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

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

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

border-color css

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

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

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