Html Css Color HEX #701598 Vivid Violet

📋 copy color: '#701598'

red 112 ◦ green 21 ◦ blue 152

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

Shades of Vivid Violet #701598

Tints of Vivid Violet #701598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 39.3%
G = 7.37%
B = 53.33%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#701598 (or 0x701598) is known color: Vivid Violet. HEX triplet: 70, 15 and 98. RGB value is (112,21,152). Sum of RGB (Red+Green+Blue) = 112+21+152=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #701598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701598 is #8FEA67. Grayscale: #3E3E3E. Windows color (decimal): -9431656 or 9966960. OLE color: 9966960.

HSL color Cylindrical-coordinate representation of color #701598: hue angle of 281.68º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701598 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 21 152 -
CMYK 0.26 0.86 0 0.40
HSL 281.68º 0.76% 0.34% -
HSV(B) 281.68º 0.86% 0.6% -
XYZ 12.62 6.25 30.25 -
YUV 63.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 112 21 152 0.26 0.86 0 0.40 281.68 0.76 0.34
Hex 70 15 98 1A 56 0 28 11A 4C 22
Octal 160 25 230 32 126 0 50 432 114 42
Binary 1110000 10101 10011000 11010 1010110 0 101000 100011010 1001100 100010

Color Harmonies of #701598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701598

Black with #701598

Text Example


Text Example

White with #701598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701598; }

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

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

background-color css

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

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

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

border-color css

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

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

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