Html Css Color HEX #700F92 Purple

📋 copy color: '#700F92'

red 112 ◦ green 15 ◦ blue 146

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

Shades of Purple #700F92

Tints of Purple #700F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 41.03%
G = 5.49%
B = 53.48%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700F92 (or 0x700F92) is known color: Purple. HEX triplet: 70, 0F and 92. RGB value is (112,15,146). Sum of RGB (Red+Green+Blue) = 112+15+146=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #700F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F92 is #8FF06D. Grayscale: #3A3A3A. Windows color (decimal): -9433198 or 9572208. OLE color: 9572208.

HSL color Cylindrical-coordinate representation of color #700F92: hue angle of 284.43º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F92 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 15 146 -
CMYK 0.23 0.90 0 0.43
HSL 284.43º 0.81% 0.32% -
HSV(B) 284.43º 0.9% 0.57% -
XYZ 12.04 5.86 27.69 -
YUV 58.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 112 15 146 0.23 0.90 0 0.43 284.43 0.81 0.32
Hex 70 F 92 17 5A 0 2B 11C 51 20
Octal 160 17 222 27 132 0 53 434 121 40
Binary 1110000 1111 10010010 10111 1011010 0 101011 100011100 1010001 100000

Color Harmonies of #700F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F92

Black with #700F92

Text Example


Text Example

White with #700F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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