Html Css Color HEX #701596 Vivid Violet

📋 copy color: '#701596'

red 112 ◦ green 21 ◦ blue 150

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

Shades of Vivid Violet #701596

Tints of Vivid Violet #701596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 150 (58.98% from 255) = 53%

R = 39.58%
G = 7.42%
B = 53%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701596 (or 0x701596) is known color: Vivid Violet. HEX triplet: 70, 15 and 96. RGB value is (112,21,150). Sum of RGB (Red+Green+Blue) = 112+21+150=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #701596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701596 is #8FEA69. Grayscale: #3E3E3E. Windows color (decimal): -9431658 or 9835888. OLE color: 9835888.

HSL color Cylindrical-coordinate representation of color #701596: hue angle of 282.33º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701596 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 21 150 -
CMYK 0.25 0.86 0 0.41
HSL 282.33º 0.75% 0.34% -
HSV(B) 282.33º 0.86% 0.59% -
XYZ 12.46 6.18 29.39 -
YUV 62.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 112 21 150 0.25 0.86 0 0.41 282.33 0.75 0.34
Hex 70 15 96 19 56 0 29 11A 4B 22
Octal 160 25 226 31 126 0 51 432 113 42
Binary 1110000 10101 10010110 11001 1010110 0 101001 100011010 1001011 100010

Color Harmonies of #701596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701596

Black with #701596

Text Example


Text Example

White with #701596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701596; }

 p { color: rgb(112,21,150); }

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

background-color css

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

 a { background-color: rgb(112,21,150); }

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

border-color css

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

 span { border-color: rgb(112,21,150); }

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