Html Css Color HEX #700E64 Palatinate Purple

📋 copy color: '#700E64'

red 112 ◦ green 14 ◦ blue 100

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

Shades of Palatinate Purple #700E64

Tints of Palatinate Purple #700E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.25%

R = 49.56%
G = 6.19%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700E64 (or 0x700E64) is known color: Palatinate Purple. HEX triplet: 70, 0E and 64. RGB value is (112,14,100). Sum of RGB (Red+Green+Blue) = 112+14+100=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700E64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E64 is #8FF19B. Grayscale: #343434. Windows color (decimal): -9433500 or 6557296. OLE color: 6557296.

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

Color convert

RGB 112 14 100 -
CMYK 0 0.88 0.11 0.56
HSL 307.35º 0.78% 0.25% -
HSV(B) 307.35º 0.88% 0.44% -
XYZ 9.14 4.68 12.48 -
YUV 53.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 112 14 100 0 0.88 0.11 0.56 307.35 0.78 0.25
Hex 70 E 64 0 58 B 38 133 4E 19
Octal 160 16 144 0 130 13 70 463 116 31
Binary 1110000 1110 1100100 0 1011000 1011 111000 100110011 1001110 11001

Color Harmonies of #700E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E64

Black with #700E64

Text Example


Text Example

White with #700E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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