Html Css Color HEX #702089 Vivid Violet

📋 copy color: '#702089'

red 112 ◦ green 32 ◦ blue 137

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

Shades of Vivid Violet #702089

Tints of Vivid Violet #702089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 39.86%
G = 11.39%
B = 48.75%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#702089 (or 0x702089) is known color: Vivid Violet. HEX triplet: 70, 20 and 89. RGB value is (112,32,137). Sum of RGB (Red+Green+Blue) = 112+32+137=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #702089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702089 is #8FDF76. Grayscale: #434343. Windows color (decimal): -9428855 or 8986736. OLE color: 8986736.

HSL color Cylindrical-coordinate representation of color #702089: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702089 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 32 137 -
CMYK 0.18 0.77 0 0.46
HSL 285.71º 0.62% 0.33% -
HSV(B) 285.71º 0.77% 0.54% -
XYZ 11.71 6.28 24.26 -
YUV 67.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 112 32 137 0.18 0.77 0 0.46 285.71 0.62 0.33
Hex 70 20 89 12 4D 0 2E 11E 3E 21
Octal 160 40 211 22 115 0 56 436 76 41
Binary 1110000 100000 10001001 10010 1001101 0 101110 100011110 111110 100001

Color Harmonies of #702089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702089

Black with #702089

Text Example


Text Example

White with #702089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702089; }

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

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

background-color css

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

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

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

border-color css

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

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

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