Html Css Color HEX #702B8A Vivid Violet

📋 copy color: '#702B8A'

red 112 ◦ green 43 ◦ blue 138

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

Shades of Vivid Violet #702B8A

Tints of Vivid Violet #702B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 38.23%
G = 14.68%
B = 47.1%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#702B8A (or 0x702B8A) is known color: Vivid Violet. HEX triplet: 70, 2B and 8A. RGB value is (112,43,138). Sum of RGB (Red+Green+Blue) = 112+43+138=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #702B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B8A is #8FD475. Grayscale: #4A4A4A. Windows color (decimal): -9426038 or 9055088. OLE color: 9055088.

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

Color convert

RGB 112 43 138 -
CMYK 0.19 0.69 0 0.46
HSL 283.58º 0.52% 0.35% -
HSV(B) 283.58º 0.69% 0.54% -
XYZ 12.13 7.01 24.76 -
YUV 74.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 112 43 138 0.19 0.69 0 0.46 283.58 0.52 0.35
Hex 70 2B 8A 13 45 0 2E 11C 34 23
Octal 160 53 212 23 105 0 56 434 64 43
Binary 1110000 101011 10001010 10011 1000101 0 101110 100011100 110100 100011

Color Harmonies of #702B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B8A

Black with #702B8A

Text Example


Text Example

White with #702B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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