Html Css Color HEX #702995 Vivid Violet

📋 copy color: '#702995'

red 112 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #702995

Tints of Vivid Violet #702995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 37.09%
G = 13.58%
B = 49.34%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702995 (or 0x702995) is known color: Vivid Violet. HEX triplet: 70, 29 and 95. RGB value is (112,41,149). Sum of RGB (Red+Green+Blue) = 112+41+149=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #702995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702995 is #8FD66A. Grayscale: #4A4A4A. Windows color (decimal): -9426539 or 9775472. OLE color: 9775472.

HSL color Cylindrical-coordinate representation of color #702995: hue angle of 279.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702995 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 41 149 -
CMYK 0.25 0.72 0 0.42
HSL 279.44º 0.57% 0.37% -
HSV(B) 279.44º 0.72% 0.58% -
XYZ 12.9 7.2 29.14 -
YUV 74.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 112 41 149 0.25 0.72 0 0.42 279.44 0.57 0.37
Hex 70 29 95 19 48 0 2A 117 39 25
Octal 160 51 225 31 110 0 52 427 71 45
Binary 1110000 101001 10010101 11001 1001000 0 101010 100010111 111001 100101

Color Harmonies of #702995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702995

Black with #702995

Text Example


Text Example

White with #702995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702995; }

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

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

background-color css

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

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

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

border-color css

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

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

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