Html Css Color HEX #700094 Purple

📋 copy color: '#700094'

red 112 ◦ green 0 ◦ blue 148

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

Shades of Purple #700094

Tints of Purple #700094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.08%
G = 0%
B = 56.92%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700094 (or 0x700094) is known color: Purple. HEX triplet: 70, 00 and 94. RGB value is (112,0,148). Sum of RGB (Red+Green+Blue) = 112+0+148=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #700094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700094 is #8FFF6B. Grayscale: #313131. Windows color (decimal): -9437036 or 9699440. OLE color: 9699440.

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

Color convert

RGB 112 0 148 -
CMYK 0.24 1 0 0.42
HSL 285.41º 1% 0.29% -
HSV(B) 285.41º 1% 0.58% -
XYZ 12.03 5.58 28.46 -
YUV 50.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 112 0 148 0.24 1 0 0.42 285.41 1 0.29
Hex 70 0 94 18 64 0 2A 11D 64 1D
Octal 160 0 224 30 144 0 52 435 144 35
Binary 1110000 0 10010100 11000 1100100 0 101010 100011101 1100100 11101

Color Harmonies of #700094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700094

Black with #700094

Text Example


Text Example

White with #700094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700094; }

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

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

background-color css

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

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

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

border-color css

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

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

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