Html Css Color HEX #700999 Purple

📋 copy color: '#700999'

red 112 ◦ green 9 ◦ blue 153

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

Shades of Purple #700999

Tints of Purple #700999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 40.88%
G = 3.28%
B = 55.84%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#700999 (or 0x700999) is known color: Purple. HEX triplet: 70, 09 and 99. RGB value is (112,9,153). Sum of RGB (Red+Green+Blue) = 112+9+153=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #700999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700999 is #8FF666. Grayscale: #373737. Windows color (decimal): -9434727 or 10029424. OLE color: 10029424.

HSL color Cylindrical-coordinate representation of color #700999: hue angle of 282.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700999 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 9 153 -
CMYK 0.27 0.94 0 0.4
HSL 282.92º 0.89% 0.32% -
HSV(B) 282.92º 0.94% 0.6% -
XYZ 12.53 5.94 30.62 -
YUV 56.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 112 9 153 0.27 0.94 0 0.4 282.92 0.89 0.32
Hex 70 9 99 1B 5E 0 28 11B 59 20
Octal 160 11 231 33 136 0 50 433 131 40
Binary 1110000 1001 10011001 11011 1011110 0 101000 100011011 1011001 100000

Color Harmonies of #700999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700999

Black with #700999

Text Example


Text Example

White with #700999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700999; }

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

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

background-color css

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

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

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

border-color css

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

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

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