Html Css Color HEX #7806CE Dark Violet

📋 copy color: '#7806CE'

red 120 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #7806CE

Tints of Dark Violet #7806CE

RGB

 RED value IS 120 (47.27% from 255) = 36.14%

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 36.14%
G = 1.81%
B = 62.05%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7806CE (or 0x7806CE) is known color: Dark Violet. HEX triplet: 78, 06 and CE. RGB value is (120,6,206). Sum of RGB (Red+Green+Blue) = 120+6+206=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #7806CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7806CE is #87F931. Grayscale: #3E3E3E. Windows color (decimal): -8911154 or 13502072. OLE color: 13502072.

HSL color Cylindrical-coordinate representation of color #7806CE: hue angle of 274.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7806CE is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 6 206 -
CMYK 0.42 0.97 0 0.19
HSL 274.2º 0.94% 0.42% -
HSV(B) 274.2º 0.97% 0.81% -
XYZ 18.95 8.58 59.05 -
YUV 62.89 208.77 168.74 -
System Red Green Blue C M Y K H S L
Decimal 120 6 206 0.42 0.97 0 0.19 274.2 0.94 0.42
Hex 78 6 CE 2A 61 0 13 112 5E 2A
Octal 170 6 316 52 141 0 23 422 136 52
Binary 1111000 110 11001110 101010 1100001 0 10011 100010010 1011110 101010

Color Harmonies of #7806CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7806CE

Black with #7806CE

Text Example


Text Example

White with #7806CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7806CE; }

 p { color: rgb(120,6,206); }

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

background-color css

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

 a { background-color: rgb(120,6,206); }

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

border-color css

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

 span { border-color: rgb(120,6,206); }

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