Html Css Color HEX #701765 Palatinate Purple

📋 copy color: '#701765'

red 112 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #701765

Tints of Palatinate Purple #701765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 47.46%
G = 9.75%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701765 (or 0x701765) is known color: Palatinate Purple. HEX triplet: 70, 17 and 65. RGB value is (112,23,101). Sum of RGB (Red+Green+Blue) = 112+23+101=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #701765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701765 is #8FE89A. Grayscale: #3A3A3A. Windows color (decimal): -9431195 or 6625136. OLE color: 6625136.

HSL color Cylindrical-coordinate representation of color #701765: hue angle of 307.42º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701765 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 101 -
CMYK 0 0.79 0.10 0.56
HSL 307.42º 0.66% 0.26% -
HSV(B) 307.42º 0.79% 0.44% -
XYZ 9.34 5 12.78 -
YUV 58.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 112 23 101 0 0.79 0.10 0.56 307.42 0.66 0.26
Hex 70 17 65 0 4F A 38 133 42 1A
Octal 160 27 145 0 117 12 70 463 102 32
Binary 1110000 10111 1100101 0 1001111 1010 111000 100110011 1000010 11010

Color Harmonies of #701765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701765

Black with #701765

Text Example


Text Example

White with #701765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701765; }

 p { color: rgb(112,23,101); }

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

background-color css

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

 a { background-color: rgb(112,23,101); }

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

border-color css

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

 span { border-color: rgb(112,23,101); }

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