Html Css Color HEX #702796 Vivid Violet

📋 copy color: '#702796'

red 112 ◦ green 39 ◦ blue 150

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

Shades of Vivid Violet #702796

Tints of Vivid Violet #702796

RGB

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

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

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

R = 37.21%
G = 12.96%
B = 49.83%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#702796 (or 0x702796) is known color: Vivid Violet. HEX triplet: 70, 27 and 96. RGB value is (112,39,150). Sum of RGB (Red+Green+Blue) = 112+39+150=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #702796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702796 is #8FD869. Grayscale: #494949. Windows color (decimal): -9427050 or 9840496. OLE color: 9840496.

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

Color convert

RGB 112 39 150 -
CMYK 0.25 0.74 0 0.41
HSL 279.46º 0.59% 0.37% -
HSV(B) 279.46º 0.74% 0.59% -
XYZ 12.91 7.1 29.54 -
YUV 73.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 112 39 150 0.25 0.74 0 0.41 279.46 0.59 0.37
Hex 70 27 96 19 4A 0 29 117 3B 25
Octal 160 47 226 31 112 0 51 427 73 45
Binary 1110000 100111 10010110 11001 1001010 0 101001 100010111 111011 100101

Color Harmonies of #702796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702796

Black with #702796

Text Example


Text Example

White with #702796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702796; }

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

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

background-color css

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

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

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

border-color css

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

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

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