Html Css Color HEX #700E5D Palatinate Purple

📋 copy color: '#700E5D'

red 112 ◦ green 14 ◦ blue 93

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

Shades of Palatinate Purple #700E5D

Tints of Palatinate Purple #700E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.39%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 51.14%
G = 6.39%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#700E5D (or 0x700E5D) is known color: Palatinate Purple. HEX triplet: 70, 0E and 5D. RGB value is (112,14,93). Sum of RGB (Red+Green+Blue) = 112+14+93=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5D is #8FF1A2. Grayscale: #343434. Windows color (decimal): -9433507 or 6098544. OLE color: 6098544.

HSL color Cylindrical-coordinate representation of color #700E5D: hue angle of 311.63º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E5D is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 93 -
CMYK 0 0.88 0.17 0.56
HSL 311.63º 0.78% 0.25% -
HSV(B) 311.63º 0.88% 0.44% -
XYZ 8.81 4.55 10.77 -
YUV 52.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 112 14 93 0 0.88 0.17 0.56 311.63 0.78 0.25
Hex 70 E 5D 0 58 11 38 138 4E 19
Octal 160 16 135 0 130 21 70 470 116 31
Binary 1110000 1110 1011101 0 1011000 10001 111000 100111000 1001110 11001

Color Harmonies of #700E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E5D

Black with #700E5D

Text Example


Text Example

White with #700E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E5D; }

 p { color: rgb(112,14,93); }

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

background-color css

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

 a { background-color: rgb(112,14,93); }

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

border-color css

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

 span { border-color: rgb(112,14,93); }

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