Html Css Color HEX #702991 Vivid Violet

📋 copy color: '#702991'

red 112 ◦ green 41 ◦ blue 145

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

Shades of Vivid Violet #702991

Tints of Vivid Violet #702991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 37.58%
G = 13.76%
B = 48.66%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#702991 (or 0x702991) is known color: Vivid Violet. HEX triplet: 70, 29 and 91. RGB value is (112,41,145). Sum of RGB (Red+Green+Blue) = 112+41+145=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #702991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702991 is #8FD66E. Grayscale: #494949. Windows color (decimal): -9426543 or 9513328. OLE color: 9513328.

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

Color convert

RGB 112 41 145 -
CMYK 0.23 0.72 0 0.43
HSL 280.96º 0.56% 0.36% -
HSV(B) 280.96º 0.72% 0.57% -
XYZ 12.59 7.07 27.49 -
YUV 74.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 112 41 145 0.23 0.72 0 0.43 280.96 0.56 0.36
Hex 70 29 91 17 48 0 2B 119 38 24
Octal 160 51 221 27 110 0 53 431 70 44
Binary 1110000 101001 10010001 10111 1001000 0 101011 100011001 111000 100100

Color Harmonies of #702991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702991

Black with #702991

Text Example


Text Example

White with #702991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702991; }

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

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

background-color css

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

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

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

border-color css

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

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

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