Html Css Color HEX #702193 Vivid Violet

📋 copy color: '#702193'

red 112 ◦ green 33 ◦ blue 147

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

Shades of Vivid Violet #702193

Tints of Vivid Violet #702193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 38.36%
G = 11.3%
B = 50.34%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702193 (or 0x702193) is known color: Vivid Violet. HEX triplet: 70, 21 and 93. RGB value is (112,33,147). Sum of RGB (Red+Green+Blue) = 112+33+147=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #702193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702193 is #8FDE6C. Grayscale: #454545. Windows color (decimal): -9428589 or 9642352. OLE color: 9642352.

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

Color convert

RGB 112 33 147 -
CMYK 0.24 0.78 0 0.42
HSL 281.58º 0.63% 0.35% -
HSV(B) 281.58º 0.78% 0.58% -
XYZ 12.49 6.64 28.23 -
YUV 69.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 112 33 147 0.24 0.78 0 0.42 281.58 0.63 0.35
Hex 70 21 93 18 4E 0 2A 11A 3F 23
Octal 160 41 223 30 116 0 52 432 77 43
Binary 1110000 100001 10010011 11000 1001110 0 101010 100011010 111111 100011

Color Harmonies of #702193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702193

Black with #702193

Text Example


Text Example

White with #702193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702193; }

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

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

background-color css

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

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

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

border-color css

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

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

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