Html Css Color HEX #701758 Palatinate Purple

📋 copy color: '#701758'

red 112 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #701758

Tints of Palatinate Purple #701758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 50.22%
G = 10.31%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701758 (or 0x701758) is known color: Palatinate Purple. HEX triplet: 70, 17 and 58. RGB value is (112,23,88). Sum of RGB (Red+Green+Blue) = 112+23+88=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #701758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701758 is #8FE8A7. Grayscale: #383838. Windows color (decimal): -9431208 or 5773168. OLE color: 5773168.

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

Color convert

RGB 112 23 88 -
CMYK 0 0.79 0.21 0.56
HSL 316.18º 0.66% 0.26% -
HSV(B) 316.18º 0.79% 0.44% -
XYZ 8.75 4.76 9.69 -
YUV 57.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 112 23 88 0 0.79 0.21 0.56 316.18 0.66 0.26
Hex 70 17 58 0 4F 15 38 13C 42 1A
Octal 160 27 130 0 117 25 70 474 102 32
Binary 1110000 10111 1011000 0 1001111 10101 111000 100111100 1000010 11010

Color Harmonies of #701758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701758

Black with #701758

Text Example


Text Example

White with #701758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701758; }

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

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

background-color css

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

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

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

border-color css

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

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

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