Html Css Color HEX #700694 Purple

📋 copy color: '#700694'

red 112 ◦ green 6 ◦ blue 148

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

Shades of Purple #700694

Tints of Purple #700694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 42.11%
G = 2.26%
B = 55.64%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700694 (or 0x700694) is known color: Purple. HEX triplet: 70, 06 and 94. RGB value is (112,6,148). Sum of RGB (Red+Green+Blue) = 112+6+148=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #700694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700694 is #8FF96B. Grayscale: #353535. Windows color (decimal): -9435500 or 9700976. OLE color: 9700976.

HSL color Cylindrical-coordinate representation of color #700694: hue angle of 284.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700694 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 6 148 -
CMYK 0.24 0.96 0 0.42
HSL 284.79º 0.92% 0.3% -
HSV(B) 284.79º 0.96% 0.58% -
XYZ 12.09 5.71 28.48 -
YUV 53.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 112 6 148 0.24 0.96 0 0.42 284.79 0.92 0.3
Hex 70 6 94 18 60 0 2A 11D 5C 1E
Octal 160 6 224 30 140 0 52 435 134 36
Binary 1110000 110 10010100 11000 1100000 0 101010 100011101 1011100 11110

Color Harmonies of #700694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700694

Black with #700694

Text Example


Text Example

White with #700694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700694; }

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

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

background-color css

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

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

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

border-color css

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

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

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