Html Css Color HEX #700789 Purple

📋 copy color: '#700789'

red 112 ◦ green 7 ◦ blue 137

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

Shades of Purple #700789

Tints of Purple #700789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 43.75%
G = 2.73%
B = 53.52%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700789 (or 0x700789) is known color: Purple. HEX triplet: 70, 07 and 89. RGB value is (112,7,137). Sum of RGB (Red+Green+Blue) = 112+7+137=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #700789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700789 is #8FF876. Grayscale: #343434. Windows color (decimal): -9435255 or 8980336. OLE color: 8980336.

HSL color Cylindrical-coordinate representation of color #700789: hue angle of 288.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700789 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 7 137 -
CMYK 0.18 0.95 0 0.46
HSL 288.46º 0.9% 0.28% -
HSV(B) 288.46º 0.95% 0.54% -
XYZ 11.27 5.4 24.12 -
YUV 53.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 112 7 137 0.18 0.95 0 0.46 288.46 0.9 0.28
Hex 70 7 89 12 5F 0 2E 120 5A 1C
Octal 160 7 211 22 137 0 56 440 132 34
Binary 1110000 111 10001001 10010 1011111 0 101110 100100000 1011010 11100

Color Harmonies of #700789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700789

Black with #700789

Text Example


Text Example

White with #700789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700789; }

 p { color: rgb(112,7,137); }

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

background-color css

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

 a { background-color: rgb(112,7,137); }

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

border-color css

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

 span { border-color: rgb(112,7,137); }

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