Html Css Color HEX #700596 Purple

📋 copy color: '#700596'

red 112 ◦ green 5 ◦ blue 150

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

Shades of Purple #700596

Tints of Purple #700596

RGB

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

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

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

R = 41.95%
G = 1.87%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#700596 (or 0x700596) is known color: Purple. HEX triplet: 70, 05 and 96. RGB value is (112,5,150). Sum of RGB (Red+Green+Blue) = 112+5+150=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #700596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700596 is #8FFA69. Grayscale: #353535. Windows color (decimal): -9435754 or 9831792. OLE color: 9831792.

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

Color convert

RGB 112 5 150 -
CMYK 0.25 0.97 0 0.41
HSL 284.28º 0.94% 0.3% -
HSV(B) 284.28º 0.97% 0.59% -
XYZ 12.24 5.76 29.32 -
YUV 53.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 112 5 150 0.25 0.97 0 0.41 284.28 0.94 0.3
Hex 70 5 96 19 61 0 29 11C 5E 1E
Octal 160 5 226 31 141 0 51 434 136 36
Binary 1110000 101 10010110 11001 1100001 0 101001 100011100 1011110 11110

Color Harmonies of #700596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700596

Black with #700596

Text Example


Text Example

White with #700596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700596; }

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

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

background-color css

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

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

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

border-color css

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

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

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