Html Css Color HEX #701760 Palatinate Purple

📋 copy color: '#701760'

red 112 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #701760

Tints of Palatinate Purple #701760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 48.48%
G = 9.96%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#701760 (or 0x701760) is known color: Palatinate Purple. HEX triplet: 70, 17 and 60. RGB value is (112,23,96). Sum of RGB (Red+Green+Blue) = 112+23+96=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701760 is #8FE89F. Grayscale: #393939. Windows color (decimal): -9431200 or 6297456. OLE color: 6297456.

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

Color convert

RGB 112 23 96 -
CMYK 0 0.79 0.14 0.56
HSL 310.79º 0.66% 0.26% -
HSV(B) 310.79º 0.79% 0.44% -
XYZ 9.1 4.9 11.53 -
YUV 57.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 112 23 96 0 0.79 0.14 0.56 310.79 0.66 0.26
Hex 70 17 60 0 4F E 38 137 42 1A
Octal 160 27 140 0 117 16 70 467 102 32
Binary 1110000 10111 1100000 0 1001111 1110 111000 100110111 1000010 11010

Color Harmonies of #701760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701760

Black with #701760

Text Example


Text Example

White with #701760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701760; }

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

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

background-color css

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

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

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

border-color css

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

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

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