Html Css Color HEX #700680 Purple

📋 copy color: '#700680'

red 112 ◦ green 6 ◦ blue 128

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

Shades of Purple #700680

Tints of Purple #700680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 45.53%
G = 2.44%
B = 52.03%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700680 (or 0x700680) is known color: Purple. HEX triplet: 70, 06 and 80. RGB value is (112,6,128). Sum of RGB (Red+Green+Blue) = 112+6+128=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #700680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700680 is #8FF97F. Grayscale: #333333. Windows color (decimal): -9435520 or 8390256. OLE color: 8390256.

HSL color Cylindrical-coordinate representation of color #700680: hue angle of 292.13º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700680 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 6 128 -
CMYK 0.12 0.95 0 0.50
HSL 292.13º 0.91% 0.26% -
HSV(B) 292.13º 0.95% 0.5% -
XYZ 10.64 5.13 20.85 -
YUV 51.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 112 6 128 0.12 0.95 0 0.50 292.13 0.91 0.26
Hex 70 6 80 C 5F 0 32 124 5B 1A
Octal 160 6 200 14 137 0 62 444 133 32
Binary 1110000 110 10000000 1100 1011111 0 110010 100100100 1011011 11010

Color Harmonies of #700680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700680

Black with #700680

Text Example


Text Example

White with #700680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700680; }

 p { color: rgb(112,6,128); }

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

background-color css

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

 a { background-color: rgb(112,6,128); }

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

border-color css

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

 span { border-color: rgb(112,6,128); }

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