Html Css Color HEX #701094 Purple

📋 copy color: '#701094'

red 112 ◦ green 16 ◦ blue 148

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

Shades of Purple #701094

Tints of Purple #701094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 40.58%
G = 5.8%
B = 53.62%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701094 (or 0x701094) is known color: Purple. HEX triplet: 70, 10 and 94. RGB value is (112,16,148). Sum of RGB (Red+Green+Blue) = 112+16+148=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #701094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701094 is #8FEF6B. Grayscale: #3B3B3B. Windows color (decimal): -9432940 or 9703536. OLE color: 9703536.

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

Color convert

RGB 112 16 148 -
CMYK 0.24 0.89 0 0.42
HSL 283.64º 0.8% 0.32% -
HSV(B) 283.64º 0.89% 0.58% -
XYZ 12.21 5.95 28.52 -
YUV 59.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 112 16 148 0.24 0.89 0 0.42 283.64 0.8 0.32
Hex 70 10 94 18 59 0 2A 11C 50 20
Octal 160 20 224 30 131 0 52 434 120 40
Binary 1110000 10000 10010100 11000 1011001 0 101010 100011100 1010000 100000

Color Harmonies of #701094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701094

Black with #701094

Text Example


Text Example

White with #701094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701094; }

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

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

background-color css

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

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

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

border-color css

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

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

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