Html Css Color HEX #702289 Vivid Violet

📋 copy color: '#702289'

red 112 ◦ green 34 ◦ blue 137

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

Shades of Vivid Violet #702289

Tints of Vivid Violet #702289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 39.58%
G = 12.01%
B = 48.41%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#702289 (or 0x702289) is known color: Vivid Violet. HEX triplet: 70, 22 and 89. RGB value is (112,34,137). Sum of RGB (Red+Green+Blue) = 112+34+137=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #702289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702289 is #8FDD76. Grayscale: #444444. Windows color (decimal): -9428343 or 8987248. OLE color: 8987248.

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

Color convert

RGB 112 34 137 -
CMYK 0.18 0.75 0 0.46
HSL 285.44º 0.6% 0.34% -
HSV(B) 285.44º 0.75% 0.54% -
XYZ 11.77 6.39 24.28 -
YUV 69.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 112 34 137 0.18 0.75 0 0.46 285.44 0.6 0.34
Hex 70 22 89 12 4B 0 2E 11D 3C 22
Octal 160 42 211 22 113 0 56 435 74 42
Binary 1110000 100010 10001001 10010 1001011 0 101110 100011101 111100 100010

Color Harmonies of #702289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702289

Black with #702289

Text Example


Text Example

White with #702289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702289; }

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

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

background-color css

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

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

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

border-color css

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

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

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