Html Css Color HEX #701F8A Vivid Violet

📋 copy color: '#701F8A'

red 112 ◦ green 31 ◦ blue 138

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

Shades of Vivid Violet #701F8A

Tints of Vivid Violet #701F8A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.03%

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 39.86%
G = 11.03%
B = 49.11%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701F8A (or 0x701F8A) is known color: Vivid Violet. HEX triplet: 70, 1F and 8A. RGB value is (112,31,138). Sum of RGB (Red+Green+Blue) = 112+31+138=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #701F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701F8A is #8FE075. Grayscale: #434343. Windows color (decimal): -9429110 or 9052016. OLE color: 9052016.

HSL color Cylindrical-coordinate representation of color #701F8A: hue angle of 285.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701F8A is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 31 138 -
CMYK 0.19 0.78 0 0.46
HSL 285.42º 0.63% 0.33% -
HSV(B) 285.42º 0.78% 0.54% -
XYZ 11.76 6.26 24.63 -
YUV 67.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 112 31 138 0.19 0.78 0 0.46 285.42 0.63 0.33
Hex 70 1F 8A 13 4E 0 2E 11D 3F 21
Octal 160 37 212 23 116 0 56 435 77 41
Binary 1110000 11111 10001010 10011 1001110 0 101110 100011101 111111 100001

Color Harmonies of #701F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F8A

Black with #701F8A

Text Example


Text Example

White with #701F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F8A; }

 p { color: rgb(112,31,138); }

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

background-color css

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

 a { background-color: rgb(112,31,138); }

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

border-color css

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

 span { border-color: rgb(112,31,138); }

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