Html Css Color HEX #700493 Purple

📋 copy color: '#700493'

red 112 ◦ green 4 ◦ blue 147

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

Shades of Purple #700493

Tints of Purple #700493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 42.59%
G = 1.52%
B = 55.89%

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

#700493 (or 0x700493) is known color: Purple. HEX triplet: 70, 04 and 93. RGB value is (112,4,147). Sum of RGB (Red+Green+Blue) = 112+4+147=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #700493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700493 is #8FFB6C. Grayscale: #343434. Windows color (decimal): -9436013 or 9634928. OLE color: 9634928.

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

Color convert

RGB 112 4 147 -
CMYK 0.24 0.97 0 0.42
HSL 285.31º 0.95% 0.3% -
HSV(B) 285.31º 0.97% 0.58% -
XYZ 11.99 5.64 28.06 -
YUV 52.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 112 4 147 0.24 0.97 0 0.42 285.31 0.95 0.3
Hex 70 4 93 18 61 0 2A 11D 5F 1E
Octal 160 4 223 30 141 0 52 435 137 36
Binary 1110000 100 10010011 11000 1100001 0 101010 100011101 1011111 11110

Color Harmonies of #700493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700493

Black with #700493

Text Example


Text Example

White with #700493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700493; }

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

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

background-color css

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

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

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

border-color css

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

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

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