Html Css Color HEX #700E66 Palatinate Purple

📋 copy color: '#700E66'

red 112 ◦ green 14 ◦ blue 102

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

Shades of Palatinate Purple #700E66

Tints of Palatinate Purple #700E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 49.12%
G = 6.14%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#700E66 (or 0x700E66) is known color: Palatinate Purple. HEX triplet: 70, 0E and 66. RGB value is (112,14,102). Sum of RGB (Red+Green+Blue) = 112+14+102=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #700E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E66 is #8FF199. Grayscale: #353535. Windows color (decimal): -9433498 or 6688368. OLE color: 6688368.

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

Color convert

RGB 112 14 102 -
CMYK 0 0.88 0.09 0.56
HSL 306.12º 0.78% 0.25% -
HSV(B) 306.12º 0.88% 0.44% -
XYZ 9.24 4.72 12.99 -
YUV 53.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 112 14 102 0 0.88 0.09 0.56 306.12 0.78 0.25
Hex 70 E 66 0 58 9 38 132 4E 19
Octal 160 16 146 0 130 11 70 462 116 31
Binary 1110000 1110 1100110 0 1011000 1001 111000 100110010 1001110 11001

Color Harmonies of #700E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E66

Black with #700E66

Text Example


Text Example

White with #700E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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