Html Css Color HEX #702293 Vivid Violet

📋 copy color: '#702293'

red 112 ◦ green 34 ◦ blue 147

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

Shades of Vivid Violet #702293

Tints of Vivid Violet #702293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 38.23%
G = 11.6%
B = 50.17%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702293 (or 0x702293) is known color: Vivid Violet. HEX triplet: 70, 22 and 93. RGB value is (112,34,147). Sum of RGB (Red+Green+Blue) = 112+34+147=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #702293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702293 is #8FDD6C. Grayscale: #454545. Windows color (decimal): -9428333 or 9642608. OLE color: 9642608.

HSL color Cylindrical-coordinate representation of color #702293: hue angle of 281.42º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702293 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 34 147 -
CMYK 0.24 0.77 0 0.42
HSL 281.42º 0.62% 0.35% -
HSV(B) 281.42º 0.77% 0.58% -
XYZ 12.52 6.7 28.24 -
YUV 70.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 112 34 147 0.24 0.77 0 0.42 281.42 0.62 0.35
Hex 70 22 93 18 4D 0 2A 119 3E 23
Octal 160 42 223 30 115 0 52 431 76 43
Binary 1110000 100010 10010011 11000 1001101 0 101010 100011001 111110 100011

Color Harmonies of #702293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702293

Black with #702293

Text Example


Text Example

White with #702293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702293; }

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

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

background-color css

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

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

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

border-color css

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

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

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