Html Css Color HEX #700971 Purple

📋 copy color: '#700971'

red 112 ◦ green 9 ◦ blue 113

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

Shades of Purple #700971

Tints of Purple #700971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

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

R = 47.86%
G = 3.85%
B = 48.29%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700971 (or 0x700971) is known color: Purple. HEX triplet: 70, 09 and 71. RGB value is (112,9,113). Sum of RGB (Red+Green+Blue) = 112+9+113=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #700971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700971 is #8FF68E. Grayscale: #333333. Windows color (decimal): -9434767 or 7407984. OLE color: 7407984.

HSL color Cylindrical-coordinate representation of color #700971: hue angle of 299.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700971 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 113 -
CMYK 0.01 0.92 0 0.56
HSL 299.42º 0.85% 0.24% -
HSV(B) 299.42º 0.92% 0.44% -
XYZ 9.76 4.83 16.04 -
YUV 51.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 112 9 113 0.01 0.92 0 0.56 299.42 0.85 0.24
Hex 70 9 71 1 5C 0 38 12B 55 18
Octal 160 11 161 1 134 0 70 453 125 30
Binary 1110000 1001 1110001 1 1011100 0 111000 100101011 1010101 11000

Color Harmonies of #700971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700971

Black with #700971

Text Example


Text Example

White with #700971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700971; }

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

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

background-color css

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

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

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

border-color css

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

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

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