Html Css Color HEX #700194 Purple

📋 copy color: '#700194'

red 112 ◦ green 1 ◦ blue 148

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

Shades of Purple #700194

Tints of Purple #700194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 42.91%
G = 0.38%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700194 (or 0x700194) is known color: Purple. HEX triplet: 70, 01 and 94. RGB value is (112,1,148). Sum of RGB (Red+Green+Blue) = 112+1+148=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #700194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700194 is #8FFE6B. Grayscale: #323232. Windows color (decimal): -9436780 or 9699696. OLE color: 9699696.

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

Color convert

RGB 112 1 148 -
CMYK 0.24 0.99 0 0.42
HSL 285.31º 0.99% 0.29% -
HSV(B) 285.31º 0.99% 0.58% -
XYZ 12.04 5.6 28.46 -
YUV 50.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 112 1 148 0.24 0.99 0 0.42 285.31 0.99 0.29
Hex 70 1 94 18 63 0 2A 11D 63 1D
Octal 160 1 224 30 143 0 52 435 143 35
Binary 1110000 1 10010100 11000 1100011 0 101010 100011101 1100011 11101

Color Harmonies of #700194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700194

Black with #700194

Text Example


Text Example

White with #700194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700194; }

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

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

background-color css

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

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

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

border-color css

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

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

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