Html Css Color HEX #700C71 Purple

📋 copy color: '#700C71'

red 112 ◦ green 12 ◦ blue 113

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

Shades of Purple #700C71

Tints of Purple #700C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 47.26%
G = 5.06%
B = 47.68%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700C71 (or 0x700C71) is known color: Purple. HEX triplet: 70, 0C and 71. RGB value is (112,12,113). Sum of RGB (Red+Green+Blue) = 112+12+113=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #700C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C71 is #8FF38E. Grayscale: #353535. Windows color (decimal): -9433999 or 7408752. OLE color: 7408752.

HSL color Cylindrical-coordinate representation of color #700C71: hue angle of 299.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C71 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 113 -
CMYK 0.01 0.89 0 0.56
HSL 299.41º 0.81% 0.25% -
HSV(B) 299.41º 0.89% 0.44% -
XYZ 9.79 4.9 16.05 -
YUV 53.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 112 12 113 0.01 0.89 0 0.56 299.41 0.81 0.25
Hex 70 C 71 1 59 0 38 12B 51 19
Octal 160 14 161 1 131 0 70 453 121 31
Binary 1110000 1100 1110001 1 1011001 0 111000 100101011 1010001 11001

Color Harmonies of #700C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C71

Black with #700C71

Text Example


Text Example

White with #700C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,113); }

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

background-color css

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

 a { background-color: rgb(112,12,113); }

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

border-color css

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

 span { border-color: rgb(112,12,113); }

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