Html Css Color HEX #7906DB Dark Violet

📋 copy color: '#7906DB'

red 121 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #7906DB

Tints of Dark Violet #7906DB

RGB

 RED value IS 121 (47.66% from 255) = 34.97%

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 34.97%
G = 1.73%
B = 63.29%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7906DB (or 0x7906DB) is known color: Dark Violet. HEX triplet: 79, 06 and DB. RGB value is (121,6,219). Sum of RGB (Red+Green+Blue) = 121+6+219=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #7906DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7906DB is #86F924. Grayscale: #3F3F3F. Windows color (decimal): -8845605 or 14354041. OLE color: 14354041.

HSL color Cylindrical-coordinate representation of color #7906DB: hue angle of 272.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7906DB is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 6 219 -
CMYK 0.45 0.97 0 0.14
HSL 272.39º 0.95% 0.44% -
HSV(B) 272.39º 0.97% 0.86% -
XYZ 20.74 9.31 67.72 -
YUV 64.67 215.1 168.18 -
System Red Green Blue C M Y K H S L
Decimal 121 6 219 0.45 0.97 0 0.14 272.39 0.95 0.44
Hex 79 6 DB 2D 61 0 E 110 5F 2C
Octal 171 6 333 55 141 0 16 420 137 54
Binary 1111001 110 11011011 101101 1100001 0 1110 100010000 1011111 101100

Color Harmonies of #7906DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7906DB

Black with #7906DB

Text Example


Text Example

White with #7906DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7906DB; }

 p { color: rgb(121,6,219); }

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

background-color css

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

 a { background-color: rgb(121,6,219); }

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

border-color css

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

 span { border-color: rgb(121,6,219); }

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