Html Css Color HEX #700F94 Purple

📋 copy color: '#700F94'

red 112 ◦ green 15 ◦ blue 148

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

Shades of Purple #700F94

Tints of Purple #700F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 40.73%
G = 5.45%
B = 53.82%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700F94 (or 0x700F94) is known color: Purple. HEX triplet: 70, 0F and 94. RGB value is (112,15,148). Sum of RGB (Red+Green+Blue) = 112+15+148=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #700F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F94 is #8FF06B. Grayscale: #3A3A3A. Windows color (decimal): -9433196 or 9703280. OLE color: 9703280.

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

Color convert

RGB 112 15 148 -
CMYK 0.24 0.90 0 0.42
HSL 283.76º 0.82% 0.32% -
HSV(B) 283.76º 0.9% 0.58% -
XYZ 12.2 5.92 28.52 -
YUV 59.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 112 15 148 0.24 0.90 0 0.42 283.76 0.82 0.32
Hex 70 F 94 18 5A 0 2A 11C 52 20
Octal 160 17 224 30 132 0 52 434 122 40
Binary 1110000 1111 10010100 11000 1011010 0 101010 100011100 1010010 100000

Color Harmonies of #700F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F94

Black with #700F94

Text Example


Text Example

White with #700F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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