Html Css Color HEX #700E6B Palatinate Purple

📋 copy color: '#700E6B'

red 112 ◦ green 14 ◦ blue 107

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

Shades of Palatinate Purple #700E6B

Tints of Palatinate Purple #700E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 48.07%
G = 6.01%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#700E6B (or 0x700E6B) is known color: Palatinate Purple. HEX triplet: 70, 0E and 6B. RGB value is (112,14,107). Sum of RGB (Red+Green+Blue) = 112+14+107=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #700E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E6B is #8FF194. Grayscale: #353535. Windows color (decimal): -9433493 or 7016048. OLE color: 7016048.

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

Color convert

RGB 112 14 107 -
CMYK 0 0.88 0.04 0.56
HSL 303.06º 0.78% 0.25% -
HSV(B) 303.06º 0.88% 0.44% -
XYZ 9.49 4.82 14.34 -
YUV 53.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 112 14 107 0 0.88 0.04 0.56 303.06 0.78 0.25
Hex 70 E 6B 0 58 4 38 12F 4E 19
Octal 160 16 153 0 130 4 70 457 116 31
Binary 1110000 1110 1101011 0 1011000 100 111000 100101111 1001110 11001

Color Harmonies of #700E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E6B

Black with #700E6B

Text Example


Text Example

White with #700E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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