Html Css Color HEX #700593 Purple

📋 copy color: '#700593'

red 112 ◦ green 5 ◦ blue 147

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

Shades of Purple #700593

Tints of Purple #700593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 42.42%
G = 1.89%
B = 55.68%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700593 (or 0x700593) is known color: Purple. HEX triplet: 70, 05 and 93. RGB value is (112,5,147). Sum of RGB (Red+Green+Blue) = 112+5+147=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #700593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700593 is #8FFA6C. Grayscale: #343434. Windows color (decimal): -9435757 or 9635184. OLE color: 9635184.

HSL color Cylindrical-coordinate representation of color #700593: hue angle of 285.21º degrees, saturation: 0.93, 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 #700593 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 5 147 -
CMYK 0.24 0.97 0 0.42
HSL 285.21º 0.93% 0.3% -
HSV(B) 285.21º 0.97% 0.58% -
XYZ 12 5.66 28.06 -
YUV 53.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 112 5 147 0.24 0.97 0 0.42 285.21 0.93 0.3
Hex 70 5 93 18 61 0 2A 11D 5D 1E
Octal 160 5 223 30 141 0 52 435 135 36
Binary 1110000 101 10010011 11000 1100001 0 101010 100011101 1011101 11110

Color Harmonies of #700593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700593

Black with #700593

Text Example


Text Example

White with #700593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700593; }

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

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

background-color css

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

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

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

border-color css

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

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

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