Html Css Color HEX #700E5E Palatinate Purple

📋 copy color: '#700E5E'

red 112 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #700E5E

Tints of Palatinate Purple #700E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 50.91%
G = 6.36%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#700E5E (or 0x700E5E) is known color: Palatinate Purple. HEX triplet: 70, 0E and 5E. RGB value is (112,14,94). Sum of RGB (Red+Green+Blue) = 112+14+94=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5E is #8FF1A1. Grayscale: #343434. Windows color (decimal): -9433506 or 6164080. OLE color: 6164080.

HSL color Cylindrical-coordinate representation of color #700E5E: hue angle of 311.02º 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 #700E5E is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 94 -
CMYK 0 0.88 0.16 0.56
HSL 311.02º 0.78% 0.25% -
HSV(B) 311.02º 0.88% 0.44% -
XYZ 8.86 4.57 11 -
YUV 52.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 112 14 94 0 0.88 0.16 0.56 311.02 0.78 0.25
Hex 70 E 5E 0 58 10 38 137 4E 19
Octal 160 16 136 0 130 20 70 467 116 31
Binary 1110000 1110 1011110 0 1011000 10000 111000 100110111 1001110 11001

Color Harmonies of #700E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E5E

Black with #700E5E

Text Example


Text Example

White with #700E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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