Html Css Color HEX #702086 Vivid Violet

📋 copy color: '#702086'

red 112 ◦ green 32 ◦ blue 134

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

Shades of Vivid Violet #702086

Tints of Vivid Violet #702086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 40.29%
G = 11.51%
B = 48.2%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#702086 (or 0x702086) is known color: Vivid Violet. HEX triplet: 70, 20 and 86. RGB value is (112,32,134). Sum of RGB (Red+Green+Blue) = 112+32+134=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #702086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702086 is #8FDF79. Grayscale: #434343. Windows color (decimal): -9428858 or 8790128. OLE color: 8790128.

HSL color Cylindrical-coordinate representation of color #702086: hue angle of 287.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702086 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 32 134 -
CMYK 0.16 0.76 0 0.47
HSL 287.06º 0.61% 0.33% -
HSV(B) 287.06º 0.76% 0.53% -
XYZ 11.5 6.2 23.14 -
YUV 67.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 112 32 134 0.16 0.76 0 0.47 287.06 0.61 0.33
Hex 70 20 86 10 4C 0 2F 11F 3D 21
Octal 160 40 206 20 114 0 57 437 75 41
Binary 1110000 100000 10000110 10000 1001100 0 101111 100011111 111101 100001

Color Harmonies of #702086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702086

Black with #702086

Text Example


Text Example

White with #702086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702086; }

 p { color: rgb(112,32,134); }

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

background-color css

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

 a { background-color: rgb(112,32,134); }

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

border-color css

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

 span { border-color: rgb(112,32,134); }

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