Html Css Color HEX #700E7F Purple

📋 copy color: '#700E7F'

red 112 ◦ green 14 ◦ blue 127

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

Shades of Purple #700E7F

Tints of Purple #700E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.2%

R = 44.27%
G = 5.53%
B = 50.2%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700E7F (or 0x700E7F) is known color: Purple. HEX triplet: 70, 0E and 7F. RGB value is (112,14,127). Sum of RGB (Red+Green+Blue) = 112+14+127=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #700E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E7F is #8FF180. Grayscale: #373737. Windows color (decimal): -9433473 or 8326768. OLE color: 8326768.

HSL color Cylindrical-coordinate representation of color #700E7F: hue angle of 292.04º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700E7F is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 14 127 -
CMYK 0.12 0.89 0 0.50
HSL 292.04º 0.8% 0.28% -
HSV(B) 292.04º 0.89% 0.5% -
XYZ 10.67 5.29 20.54 -
YUV 56.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 112 14 127 0.12 0.89 0 0.50 292.04 0.8 0.28
Hex 70 E 7F C 59 0 32 124 50 1C
Octal 160 16 177 14 131 0 62 444 120 34
Binary 1110000 1110 1111111 1100 1011001 0 110010 100100100 1010000 11100

Color Harmonies of #700E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E7F

Black with #700E7F

Text Example


Text Example

White with #700E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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