Html Css Color HEX #700992 Purple

📋 copy color: '#700992'

red 112 ◦ green 9 ◦ blue 146

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

Shades of Purple #700992

Tints of Purple #700992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 41.95%
G = 3.37%
B = 54.68%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700992 (or 0x700992) is known color: Purple. HEX triplet: 70, 09 and 92. RGB value is (112,9,146). Sum of RGB (Red+Green+Blue) = 112+9+146=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #700992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700992 is #8FF66D. Grayscale: #363636. Windows color (decimal): -9434734 or 9570672. OLE color: 9570672.

HSL color Cylindrical-coordinate representation of color #700992: hue angle of 285.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700992 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 9 146 -
CMYK 0.23 0.94 0 0.43
HSL 285.11º 0.88% 0.3% -
HSV(B) 285.11º 0.94% 0.57% -
XYZ 11.97 5.72 27.67 -
YUV 55.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 112 9 146 0.23 0.94 0 0.43 285.11 0.88 0.3
Hex 70 9 92 17 5E 0 2B 11D 58 1E
Octal 160 11 222 27 136 0 53 435 130 36
Binary 1110000 1001 10010010 10111 1011110 0 101011 100011101 1011000 11110

Color Harmonies of #700992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700992

Black with #700992

Text Example


Text Example

White with #700992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700992; }

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

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

background-color css

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

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

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

border-color css

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

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

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