Html Css Color HEX #7606DB Dark Violet

📋 copy color: '#7606DB'

red 118 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #7606DB

Tints of Dark Violet #7606DB

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

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

R = 34.4%
G = 1.75%
B = 63.85%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7606DB (or 0x7606DB) is known color: Dark Violet. HEX triplet: 76, 06 and DB. RGB value is (118,6,219). Sum of RGB (Red+Green+Blue) = 118+6+219=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7606DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7606DB is #89F924. Grayscale: #3F3F3F. Windows color (decimal): -9042213 or 14354038. OLE color: 14354038.

HSL color Cylindrical-coordinate representation of color #7606DB: hue angle of 271.55º 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 #7606DB is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 6 219 -
CMYK 0.46 0.97 0 0.14
HSL 271.55º 0.95% 0.44% -
HSV(B) 271.55º 0.97% 0.86% -
XYZ 20.32 9.1 67.7 -
YUV 63.77 215.61 166.68 -
System Red Green Blue C M Y K H S L
Decimal 118 6 219 0.46 0.97 0 0.14 271.55 0.95 0.44
Hex 76 6 DB 2E 61 0 E 110 5F 2C
Octal 166 6 333 56 141 0 16 420 137 54
Binary 1110110 110 11011011 101110 1100001 0 1110 100010000 1011111 101100

Color Harmonies of #7606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7606DB

Black with #7606DB

Text Example


Text Example

White with #7606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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