Html Css Color HEX #701293 Purple

📋 copy color: '#701293'

red 112 ◦ green 18 ◦ blue 147

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

Shades of Purple #701293

Tints of Purple #701293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

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

R = 40.43%
G = 6.5%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701293 (or 0x701293) is known color: Purple. HEX triplet: 70, 12 and 93. RGB value is (112,18,147). Sum of RGB (Red+Green+Blue) = 112+18+147=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #701293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701293 is #8FED6C. Grayscale: #3C3C3C. Windows color (decimal): -9432429 or 9638512. OLE color: 9638512.

HSL color Cylindrical-coordinate representation of color #701293: hue angle of 283.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701293 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 18 147 -
CMYK 0.24 0.88 0 0.42
HSL 283.72º 0.78% 0.32% -
HSV(B) 283.72º 0.88% 0.58% -
XYZ 12.16 5.98 28.12 -
YUV 60.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 112 18 147 0.24 0.88 0 0.42 283.72 0.78 0.32
Hex 70 12 93 18 58 0 2A 11C 4E 20
Octal 160 22 223 30 130 0 52 434 116 40
Binary 1110000 10010 10010011 11000 1011000 0 101010 100011100 1001110 100000

Color Harmonies of #701293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701293

Black with #701293

Text Example


Text Example

White with #701293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701293; }

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

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

background-color css

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

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

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

border-color css

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

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

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