Html Css Color HEX #702999 Vivid Violet

📋 copy color: '#702999'

red 112 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #702999

Tints of Vivid Violet #702999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50%

R = 36.6%
G = 13.4%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#702999 (or 0x702999) is known color: Vivid Violet. HEX triplet: 70, 29 and 99. RGB value is (112,41,153). Sum of RGB (Red+Green+Blue) = 112+41+153=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #702999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702999 is #8FD666. Grayscale: #4A4A4A. Windows color (decimal): -9426535 or 10037616. OLE color: 10037616.

HSL color Cylindrical-coordinate representation of color #702999: hue angle of 278.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702999 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 41 153 -
CMYK 0.27 0.73 0 0.4
HSL 278.04º 0.58% 0.38% -
HSV(B) 278.04º 0.73% 0.6% -
XYZ 13.22 7.33 30.85 -
YUV 75 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 112 41 153 0.27 0.73 0 0.4 278.04 0.58 0.38
Hex 70 29 99 1B 49 0 28 116 3A 26
Octal 160 51 231 33 111 0 50 426 72 46
Binary 1110000 101001 10011001 11011 1001001 0 101000 100010110 111010 100110

Color Harmonies of #702999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702999

Black with #702999

Text Example


Text Example

White with #702999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702999; }

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

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

background-color css

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

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

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

border-color css

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

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

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