Html Css Color HEX #702799 Vivid Violet

📋 copy color: '#702799'

red 112 ◦ green 39 ◦ blue 153

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

Shades of Vivid Violet #702799

Tints of Vivid Violet #702799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 36.84%
G = 12.83%
B = 50.33%

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

#702799 (or 0x702799) is known color: Vivid Violet. HEX triplet: 70, 27 and 99. RGB value is (112,39,153). Sum of RGB (Red+Green+Blue) = 112+39+153=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #702799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702799 is #8FD866. Grayscale: #494949. Windows color (decimal): -9427047 or 10037104. OLE color: 10037104.

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

Color convert

RGB 112 39 153 -
CMYK 0.27 0.75 0 0.4
HSL 278.42º 0.59% 0.38% -
HSV(B) 278.42º 0.75% 0.6% -
XYZ 13.16 7.2 30.83 -
YUV 73.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 112 39 153 0.27 0.75 0 0.4 278.42 0.59 0.38
Hex 70 27 99 1B 4B 0 28 116 3B 26
Octal 160 47 231 33 113 0 50 426 73 46
Binary 1110000 100111 10011001 11011 1001011 0 101000 100010110 111011 100110

Color Harmonies of #702799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702799

Black with #702799

Text Example


Text Example

White with #702799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702799; }

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

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

background-color css

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

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

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

border-color css

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

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

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