Html Css Color HEX #701592 Vivid Violet

📋 copy color: '#701592'

red 112 ◦ green 21 ◦ blue 146

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

Shades of Vivid Violet #701592

Tints of Vivid Violet #701592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 40.14%
G = 7.53%
B = 52.33%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#701592 (or 0x701592) is known color: Vivid Violet. HEX triplet: 70, 15 and 92. RGB value is (112,21,146). Sum of RGB (Red+Green+Blue) = 112+21+146=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #701592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701592 is #8FEA6D. Grayscale: #3E3E3E. Windows color (decimal): -9431662 or 9573744. OLE color: 9573744.

HSL color Cylindrical-coordinate representation of color #701592: hue angle of 283.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701592 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 21 146 -
CMYK 0.23 0.86 0 0.43
HSL 283.68º 0.75% 0.33% -
HSV(B) 283.68º 0.86% 0.57% -
XYZ 12.14 6.06 27.72 -
YUV 62.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 112 21 146 0.23 0.86 0 0.43 283.68 0.75 0.33
Hex 70 15 92 17 56 0 2B 11C 4B 21
Octal 160 25 222 27 126 0 53 434 113 41
Binary 1110000 10101 10010010 10111 1010110 0 101011 100011100 1001011 100001

Color Harmonies of #701592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701592

Black with #701592

Text Example


Text Example

White with #701592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701592; }

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

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

background-color css

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

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

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

border-color css

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

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

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