Html Css Color HEX #701A8C Vivid Violet

📋 copy color: '#701A8C'

red 112 ◦ green 26 ◦ blue 140

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

Shades of Vivid Violet #701A8C

Tints of Vivid Violet #701A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 40.29%
G = 9.35%
B = 50.36%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#701A8C (or 0x701A8C) is known color: Vivid Violet. HEX triplet: 70, 1A and 8C. RGB value is (112,26,140). Sum of RGB (Red+Green+Blue) = 112+26+140=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #701A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A8C is #8FE573. Grayscale: #404040. Windows color (decimal): -9430388 or 9181808. OLE color: 9181808.

HSL color Cylindrical-coordinate representation of color #701A8C: hue angle of 285.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701A8C is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 26 140 -
CMYK 0.20 0.81 0 0.45
HSL 285.26º 0.69% 0.33% -
HSV(B) 285.26º 0.81% 0.55% -
XYZ 11.79 6.08 25.36 -
YUV 64.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 112 26 140 0.20 0.81 0 0.45 285.26 0.69 0.33
Hex 70 1A 8C 14 51 0 2D 11D 45 21
Octal 160 32 214 24 121 0 55 435 105 41
Binary 1110000 11010 10001100 10100 1010001 0 101101 100011101 1000101 100001

Color Harmonies of #701A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A8C

Black with #701A8C

Text Example


Text Example

White with #701A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,140); }

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

background-color css

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

 a { background-color: rgb(112,26,140); }

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

border-color css

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

 span { border-color: rgb(112,26,140); }

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