Html Css Color HEX #702996 Vivid Violet

📋 copy color: '#702996'

red 112 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #702996

Tints of Vivid Violet #702996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 36.96%
G = 13.53%
B = 49.5%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#702996 (or 0x702996) is known color: Vivid Violet. HEX triplet: 70, 29 and 96. RGB value is (112,41,150). Sum of RGB (Red+Green+Blue) = 112+41+150=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #702996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702996 is #8FD669. Grayscale: #4A4A4A. Windows color (decimal): -9426538 or 9841008. OLE color: 9841008.

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

Color convert

RGB 112 41 150 -
CMYK 0.25 0.73 0 0.41
HSL 279.08º 0.57% 0.37% -
HSV(B) 279.08º 0.73% 0.59% -
XYZ 12.98 7.23 29.57 -
YUV 74.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 112 41 150 0.25 0.73 0 0.41 279.08 0.57 0.37
Hex 70 29 96 19 49 0 29 117 39 25
Octal 160 51 226 31 111 0 51 427 71 45
Binary 1110000 101001 10010110 11001 1001001 0 101001 100010111 111001 100101

Color Harmonies of #702996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702996

Black with #702996

Text Example


Text Example

White with #702996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702996; }

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

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

background-color css

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

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

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

border-color css

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

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

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