#701C9B

Color #701C9B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #701C9B

Tints of Vivid Violet #701C9B

Color information

#701C9B (or 0x701C9B) is unknown color: approx Vivid Violet. HEX triplet: 70, 1C and 9B. RGB value is (112,28,155). Sum of RGB (Red+Green+Blue) = 112+28+155=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #701C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C9B is #8FE364. Grayscale: #434343. Windows color (decimal): -9429861 or 10165360. OLE color: 10165360.

HSL color Cylindrical-coordinate representation of color #701C9B: hue angle of 279.69º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701C9B is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11228155-
CMYK0.280.8200.39
HSL279.69º69.4%35.88%-
HSV(B)279.69º81.94%60.78%-
XYZ13.016.6431.61-
YUV67.59177.33159.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=37.97%
G=9.49%
B=52.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112281550.280.8200.39279.6969.435.88
Hex701C9B1C520271184524
Octal160342333412204743010544
Binary1110000111001001101111100101001001001111000110001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,155); }

 H1.HeaderClassName
 {
   color: #701C9B;
 }
 .AnyTagClassName
 {
   color: #701C9B;
 }
</style>
background-color css

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

 a { background-color: rgb(112,28,155); }

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

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

 span { border-color: rgb(112,28,155); }

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