Html Css Color HEX #702E8A Vivid Violet

📋 copy color: '#702E8A'

red 112 ◦ green 46 ◦ blue 138

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

Shades of Vivid Violet #702E8A

Tints of Vivid Violet #702E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 37.84%
G = 15.54%
B = 46.62%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#702E8A (or 0x702E8A) is known color: Vivid Violet. HEX triplet: 70, 2E and 8A. RGB value is (112,46,138). Sum of RGB (Red+Green+Blue) = 112+46+138=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #702E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E8A is #8FD175. Grayscale: #4B4B4B. Windows color (decimal): -9425270 or 9055856. OLE color: 9055856.

HSL color Cylindrical-coordinate representation of color #702E8A: hue angle of 283.04º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702E8A is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 46 138 -
CMYK 0.19 0.67 0 0.46
HSL 283.04º 0.5% 0.36% -
HSV(B) 283.04º 0.67% 0.54% -
XYZ 12.25 7.23 24.8 -
YUV 76.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 112 46 138 0.19 0.67 0 0.46 283.04 0.5 0.36
Hex 70 2E 8A 13 43 0 2E 11B 32 24
Octal 160 56 212 23 103 0 56 433 62 44
Binary 1110000 101110 10001010 10011 1000011 0 101110 100011011 110010 100100

Color Harmonies of #702E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E8A

Black with #702E8A

Text Example


Text Example

White with #702E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702E8A; }

 p { color: rgb(112,46,138); }

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

background-color css

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

 a { background-color: rgb(112,46,138); }

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

border-color css

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

 span { border-color: rgb(112,46,138); }

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