Html Css Color HEX #702791 Vivid Violet

📋 copy color: '#702791'

red 112 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #702791

Tints of Vivid Violet #702791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 37.84%
G = 13.18%
B = 48.99%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#702791 (or 0x702791) is known color: Vivid Violet. HEX triplet: 70, 27 and 91. RGB value is (112,39,145). Sum of RGB (Red+Green+Blue) = 112+39+145=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #702791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702791 is #8FD86E. Grayscale: #484848. Windows color (decimal): -9427055 or 9512816. OLE color: 9512816.

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

Color convert

RGB 112 39 145 -
CMYK 0.23 0.73 0 0.43
HSL 281.32º 0.58% 0.36% -
HSV(B) 281.32º 0.73% 0.57% -
XYZ 12.52 6.94 27.47 -
YUV 72.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 112 39 145 0.23 0.73 0 0.43 281.32 0.58 0.36
Hex 70 27 91 17 49 0 2B 119 3A 24
Octal 160 47 221 27 111 0 53 431 72 44
Binary 1110000 100111 10010001 10111 1001001 0 101011 100011001 111010 100100

Color Harmonies of #702791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702791

Black with #702791

Text Example


Text Example

White with #702791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702791; }

 p { color: rgb(112,39,145); }

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

background-color css

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

 a { background-color: rgb(112,39,145); }

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

border-color css

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

 span { border-color: rgb(112,39,145); }

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