Html Css Color HEX #700595 Purple

📋 copy color: '#700595'

red 112 ◦ green 5 ◦ blue 149

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

Shades of Purple #700595

Tints of Purple #700595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 42.11%
G = 1.88%
B = 56.02%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700595 (or 0x700595) is known color: Purple. HEX triplet: 70, 05 and 95. RGB value is (112,5,149). Sum of RGB (Red+Green+Blue) = 112+5+149=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #700595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700595 is #8FFA6A. Grayscale: #343434. Windows color (decimal): -9435755 or 9766256. OLE color: 9766256.

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

Color convert

RGB 112 5 149 -
CMYK 0.25 0.97 0 0.42
HSL 284.58º 0.94% 0.3% -
HSV(B) 284.58º 0.97% 0.58% -
XYZ 12.16 5.72 28.9 -
YUV 53.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 112 5 149 0.25 0.97 0 0.42 284.58 0.94 0.3
Hex 70 5 95 19 61 0 2A 11D 5E 1E
Octal 160 5 225 31 141 0 52 435 136 36
Binary 1110000 101 10010101 11001 1100001 0 101010 100011101 1011110 11110

Color Harmonies of #700595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700595

Black with #700595

Text Example


Text Example

White with #700595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700595; }

 p { color: rgb(112,5,149); }

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

background-color css

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

 a { background-color: rgb(112,5,149); }

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

border-color css

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

 span { border-color: rgb(112,5,149); }

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