Html Css Color HEX #700993 Purple

📋 copy color: '#700993'

red 112 ◦ green 9 ◦ blue 147

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

Shades of Purple #700993

Tints of Purple #700993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 41.79%
G = 3.36%
B = 54.85%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700993 (or 0x700993) is known color: Purple. HEX triplet: 70, 09 and 93. RGB value is (112,9,147). Sum of RGB (Red+Green+Blue) = 112+9+147=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #700993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700993 is #8FF66C. Grayscale: #373737. Windows color (decimal): -9434733 or 9636208. OLE color: 9636208.

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

Color convert

RGB 112 9 147 -
CMYK 0.24 0.94 0 0.42
HSL 284.78º 0.88% 0.31% -
HSV(B) 284.78º 0.94% 0.58% -
XYZ 12.05 5.75 28.08 -
YUV 55.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 112 9 147 0.24 0.94 0 0.42 284.78 0.88 0.31
Hex 70 9 93 18 5E 0 2A 11D 58 1F
Octal 160 11 223 30 136 0 52 435 130 37
Binary 1110000 1001 10010011 11000 1011110 0 101010 100011101 1011000 11111

Color Harmonies of #700993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700993

Black with #700993

Text Example


Text Example

White with #700993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700993; }

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

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

background-color css

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

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

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

border-color css

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

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

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