Html Css Color HEX #700E5F Palatinate Purple

📋 copy color: '#700E5F'

red 112 ◦ green 14 ◦ blue 95

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

Shades of Palatinate Purple #700E5F

Tints of Palatinate Purple #700E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 50.68%
G = 6.33%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#700E5F (or 0x700E5F) is known color: Palatinate Purple. HEX triplet: 70, 0E and 5F. RGB value is (112,14,95). Sum of RGB (Red+Green+Blue) = 112+14+95=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5F is #8FF1A0. Grayscale: #343434. Windows color (decimal): -9433505 or 6229616. OLE color: 6229616.

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

Color convert

RGB 112 14 95 -
CMYK 0 0.88 0.15 0.56
HSL 310.41º 0.78% 0.25% -
HSV(B) 310.41º 0.88% 0.44% -
XYZ 8.9 4.59 11.24 -
YUV 52.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 112 14 95 0 0.88 0.15 0.56 310.41 0.78 0.25
Hex 70 E 5F 0 58 F 38 136 4E 19
Octal 160 16 137 0 130 17 70 466 116 31
Binary 1110000 1110 1011111 0 1011000 1111 111000 100110110 1001110 11001

Color Harmonies of #700E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E5F

Black with #700E5F

Text Example


Text Example

White with #700E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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