Html Css Color HEX #701997 Vivid Violet

📋 copy color: '#701997'

red 112 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #701997

Tints of Vivid Violet #701997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 38.89%
G = 8.68%
B = 52.43%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701997 (or 0x701997) is known color: Vivid Violet. HEX triplet: 70, 19 and 97. RGB value is (112,25,151). Sum of RGB (Red+Green+Blue) = 112+25+151=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #701997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701997 is #8FE668. Grayscale: #404040. Windows color (decimal): -9430633 or 9902448. OLE color: 9902448.

HSL color Cylindrical-coordinate representation of color #701997: hue angle of 281.43º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701997 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 25 151 -
CMYK 0.26 0.83 0 0.41
HSL 281.43º 0.72% 0.35% -
HSV(B) 281.43º 0.83% 0.59% -
XYZ 12.62 6.37 29.84 -
YUV 65.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 112 25 151 0.26 0.83 0 0.41 281.43 0.72 0.35
Hex 70 19 97 1A 53 0 29 119 48 23
Octal 160 31 227 32 123 0 51 431 110 43
Binary 1110000 11001 10010111 11010 1010011 0 101001 100011001 1001000 100011

Color Harmonies of #701997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701997

Black with #701997

Text Example


Text Example

White with #701997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701997; }

 p { color: rgb(112,25,151); }

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

background-color css

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

 a { background-color: rgb(112,25,151); }

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

border-color css

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

 span { border-color: rgb(112,25,151); }

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