Html Css Color HEX #702691 Vivid Violet

📋 copy color: '#702691'

red 112 ◦ green 38 ◦ blue 145

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

Shades of Vivid Violet #702691

Tints of Vivid Violet #702691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 37.97%
G = 12.88%
B = 49.15%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#702691 (or 0x702691) is known color: Vivid Violet. HEX triplet: 70, 26 and 91. RGB value is (112,38,145). Sum of RGB (Red+Green+Blue) = 112+38+145=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #702691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702691 is #8FD96E. Grayscale: #474747. Windows color (decimal): -9427311 or 9512560. OLE color: 9512560.

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

Color convert

RGB 112 38 145 -
CMYK 0.23 0.74 0 0.43
HSL 281.5º 0.58% 0.36% -
HSV(B) 281.5º 0.74% 0.57% -
XYZ 12.49 6.88 27.46 -
YUV 72.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 112 38 145 0.23 0.74 0 0.43 281.5 0.58 0.36
Hex 70 26 91 17 4A 0 2B 119 3A 24
Octal 160 46 221 27 112 0 53 431 72 44
Binary 1110000 100110 10010001 10111 1001010 0 101011 100011001 111010 100100

Color Harmonies of #702691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702691

Black with #702691

Text Example


Text Example

White with #702691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702691; }

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

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

background-color css

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

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

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

border-color css

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

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

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