Html Css Color HEX #700D6E Purple

📋 copy color: '#700D6E'

red 112 ◦ green 13 ◦ blue 110

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

Shades of Purple #700D6E

Tints of Purple #700D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 47.66%
G = 5.53%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#700D6E (or 0x700D6E) is known color: Purple. HEX triplet: 70, 0D and 6E. RGB value is (112,13,110). Sum of RGB (Red+Green+Blue) = 112+13+110=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #700D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D6E is #8FF291. Grayscale: #353535. Windows color (decimal): -9433746 or 7212400. OLE color: 7212400.

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

Color convert

RGB 112 13 110 -
CMYK 0 0.88 0.02 0.56
HSL 301.21º 0.79% 0.25% -
HSV(B) 301.21º 0.88% 0.44% -
XYZ 9.64 4.86 15.18 -
YUV 53.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 112 13 110 0 0.88 0.02 0.56 301.21 0.79 0.25
Hex 70 D 6E 0 58 2 38 12D 4F 19
Octal 160 15 156 0 130 2 70 455 117 31
Binary 1110000 1101 1101110 0 1011000 10 111000 100101101 1001111 11001

Color Harmonies of #700D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D6E

Black with #700D6E

Text Example


Text Example

White with #700D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,13,110); }

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

background-color css

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

 a { background-color: rgb(112,13,110); }

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

border-color css

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

 span { border-color: rgb(112,13,110); }

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