Html Css Color HEX #702699 Vivid Violet

📋 copy color: '#702699'

red 112 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #702699

Tints of Vivid Violet #702699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 36.96%
G = 12.54%
B = 50.5%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#702699 (or 0x702699) is known color: Vivid Violet. HEX triplet: 70, 26 and 99. RGB value is (112,38,153). Sum of RGB (Red+Green+Blue) = 112+38+153=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #702699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702699 is #8FD966. Grayscale: #484848. Windows color (decimal): -9427303 or 10036848. OLE color: 10036848.

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

Color convert

RGB 112 38 153 -
CMYK 0.27 0.75 0 0.4
HSL 278.61º 0.6% 0.37% -
HSV(B) 278.61º 0.75% 0.6% -
XYZ 13.12 7.13 30.82 -
YUV 73.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 112 38 153 0.27 0.75 0 0.4 278.61 0.6 0.37
Hex 70 26 99 1B 4B 0 28 117 3C 25
Octal 160 46 231 33 113 0 50 427 74 45
Binary 1110000 100110 10011001 11011 1001011 0 101000 100010111 111100 100101

Color Harmonies of #702699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702699

Black with #702699

Text Example


Text Example

White with #702699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702699; }

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

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

background-color css

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

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

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

border-color css

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

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

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