Html Css Color HEX #701989 Vivid Violet

📋 copy color: '#701989'

red 112 ◦ green 25 ◦ blue 137

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

Shades of Vivid Violet #701989

Tints of Vivid Violet #701989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 40.88%
G = 9.12%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701989 (or 0x701989) is known color: Vivid Violet. HEX triplet: 70, 19 and 89. RGB value is (112,25,137). Sum of RGB (Red+Green+Blue) = 112+25+137=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #701989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701989 is #8FE676. Grayscale: #3F3F3F. Windows color (decimal): -9430647 or 8984944. OLE color: 8984944.

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

Color convert

RGB 112 25 137 -
CMYK 0.18 0.82 0 0.46
HSL 286.61º 0.69% 0.32% -
HSV(B) 286.61º 0.82% 0.54% -
XYZ 11.55 5.95 24.21 -
YUV 63.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 112 25 137 0.18 0.82 0 0.46 286.61 0.69 0.32
Hex 70 19 89 12 52 0 2E 11F 45 20
Octal 160 31 211 22 122 0 56 437 105 40
Binary 1110000 11001 10001001 10010 1010010 0 101110 100011111 1000101 100000

Color Harmonies of #701989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701989

Black with #701989

Text Example


Text Example

White with #701989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701989; }

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

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

background-color css

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

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

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

border-color css

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

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

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