Html Css Color HEX #700E6C Purple

📋 copy color: '#700E6C'

red 112 ◦ green 14 ◦ blue 108

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

Shades of Purple #700E6C

Tints of Purple #700E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 47.86%
G = 5.98%
B = 46.15%

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

#700E6C (or 0x700E6C) is known color: Purple. HEX triplet: 70, 0E and 6C. RGB value is (112,14,108). Sum of RGB (Red+Green+Blue) = 112+14+108=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #700E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E6C is #8FF193. Grayscale: #353535. Windows color (decimal): -9433492 or 7081584. OLE color: 7081584.

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

Color convert

RGB 112 14 108 -
CMYK 0 0.88 0.04 0.56
HSL 302.45º 0.78% 0.25% -
HSV(B) 302.45º 0.88% 0.44% -
XYZ 9.55 4.84 14.62 -
YUV 54.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 112 14 108 0 0.88 0.04 0.56 302.45 0.78 0.25
Hex 70 E 6C 0 58 4 38 12E 4E 19
Octal 160 16 154 0 130 4 70 456 116 31
Binary 1110000 1110 1101100 0 1011000 100 111000 100101110 1001110 11001

Color Harmonies of #700E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E6C

Black with #700E6C

Text Example


Text Example

White with #700E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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