Html Css Color HEX #700696 Purple

📋 copy color: '#700696'

red 112 ◦ green 6 ◦ blue 150

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

Shades of Purple #700696

Tints of Purple #700696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 41.79%
G = 2.24%
B = 55.97%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#700696 (or 0x700696) is known color: Purple. HEX triplet: 70, 06 and 96. RGB value is (112,6,150). Sum of RGB (Red+Green+Blue) = 112+6+150=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #700696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700696 is #8FF969. Grayscale: #353535. Windows color (decimal): -9435498 or 9832048. OLE color: 9832048.

HSL color Cylindrical-coordinate representation of color #700696: hue angle of 284.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700696 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 6 150 -
CMYK 0.25 0.96 0 0.41
HSL 284.17º 0.92% 0.31% -
HSV(B) 284.17º 0.96% 0.59% -
XYZ 12.25 5.78 29.32 -
YUV 54.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 112 6 150 0.25 0.96 0 0.41 284.17 0.92 0.31
Hex 70 6 96 19 60 0 29 11C 5C 1F
Octal 160 6 226 31 140 0 51 434 134 37
Binary 1110000 110 10010110 11001 1100000 0 101001 100011100 1011100 11111

Color Harmonies of #700696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700696

Black with #700696

Text Example


Text Example

White with #700696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700696; }

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

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

background-color css

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

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

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

border-color css

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

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

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