Html Css Color HEX #701960 Palatinate Purple

📋 copy color: '#701960'

red 112 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #701960

Tints of Palatinate Purple #701960

RGB

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

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

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

R = 48.07%
G = 10.73%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#701960 (or 0x701960) is known color: Palatinate Purple. HEX triplet: 70, 19 and 60. RGB value is (112,25,96). Sum of RGB (Red+Green+Blue) = 112+25+96=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701960 is #8FE69F. Grayscale: #3A3A3A. Windows color (decimal): -9430688 or 6297968. OLE color: 6297968.

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

Color convert

RGB 112 25 96 -
CMYK 0 0.78 0.14 0.56
HSL 311.03º 0.64% 0.27% -
HSV(B) 311.03º 0.78% 0.44% -
XYZ 9.14 4.98 11.55 -
YUV 59.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 112 25 96 0 0.78 0.14 0.56 311.03 0.64 0.27
Hex 70 19 60 0 4E E 38 137 40 1B
Octal 160 31 140 0 116 16 70 467 100 33
Binary 1110000 11001 1100000 0 1001110 1110 111000 100110111 1000000 11011

Color Harmonies of #701960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701960

Black with #701960

Text Example


Text Example

White with #701960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701960; }

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

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

background-color css

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

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

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

border-color css

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

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

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