Html Css Color HEX #701294 Purple

📋 copy color: '#701294'

red 112 ◦ green 18 ◦ blue 148

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

Shades of Purple #701294

Tints of Purple #701294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 40.29%
G = 6.47%
B = 53.24%

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

#701294 (or 0x701294) is known color: Purple. HEX triplet: 70, 12 and 94. RGB value is (112,18,148). Sum of RGB (Red+Green+Blue) = 112+18+148=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #701294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701294 is #8FED6B. Grayscale: #3C3C3C. Windows color (decimal): -9432428 or 9704048. OLE color: 9704048.

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

Color convert

RGB 112 18 148 -
CMYK 0.24 0.88 0 0.42
HSL 283.38º 0.78% 0.33% -
HSV(B) 283.38º 0.88% 0.58% -
XYZ 12.24 6.02 28.53 -
YUV 60.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 112 18 148 0.24 0.88 0 0.42 283.38 0.78 0.33
Hex 70 12 94 18 58 0 2A 11B 4E 21
Octal 160 22 224 30 130 0 52 433 116 41
Binary 1110000 10010 10010100 11000 1011000 0 101010 100011011 1001110 100001

Color Harmonies of #701294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701294

Black with #701294

Text Example


Text Example

White with #701294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701294; }

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

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

background-color css

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

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

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

border-color css

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

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

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