Html Css Color HEX #702C95 Vivid Violet

📋 copy color: '#702C95'

red 112 ◦ green 44 ◦ blue 149

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

Shades of Vivid Violet #702C95

Tints of Vivid Violet #702C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 36.72%
G = 14.43%
B = 48.85%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702C95 (or 0x702C95) is known color: Vivid Violet. HEX triplet: 70, 2C and 95. RGB value is (112,44,149). Sum of RGB (Red+Green+Blue) = 112+44+149=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #702C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702C95 is #8FD36A. Grayscale: #4B4B4B. Windows color (decimal): -9425771 or 9776240. OLE color: 9776240.

HSL color Cylindrical-coordinate representation of color #702C95: hue angle of 278.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702C95 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 44 149 -
CMYK 0.25 0.70 0 0.42
HSL 278.86º 0.54% 0.38% -
HSV(B) 278.86º 0.7% 0.58% -
XYZ 13.01 7.42 29.18 -
YUV 76.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 112 44 149 0.25 0.70 0 0.42 278.86 0.54 0.38
Hex 70 2C 95 19 46 0 2A 117 36 26
Octal 160 54 225 31 106 0 52 427 66 46
Binary 1110000 101100 10010101 11001 1000110 0 101010 100010111 110110 100110

Color Harmonies of #702C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C95

Black with #702C95

Text Example


Text Example

White with #702C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,149); }

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

background-color css

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

 a { background-color: rgb(112,44,149); }

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

border-color css

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

 span { border-color: rgb(112,44,149); }

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