Html Css Color HEX #7607DB Dark Violet

📋 copy color: '#7607DB'

red 118 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #7607DB

Tints of Dark Violet #7607DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

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

R = 34.3%
G = 2.03%
B = 63.66%

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

#7607DB (or 0x7607DB) is known color: Dark Violet. HEX triplet: 76, 07 and DB. RGB value is (118,7,219). Sum of RGB (Red+Green+Blue) = 118+7+219=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #7607DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607DB is #89F824. Grayscale: #3F3F3F. Windows color (decimal): -9041957 or 14354294. OLE color: 14354294.

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

Color convert

RGB 118 7 219 -
CMYK 0.46 0.97 0 0.14
HSL 271.42º 0.94% 0.44% -
HSV(B) 271.42º 0.97% 0.86% -
XYZ 20.33 9.12 67.71 -
YUV 64.36 215.27 166.26 -
System Red Green Blue C M Y K H S L
Decimal 118 7 219 0.46 0.97 0 0.14 271.42 0.94 0.44
Hex 76 7 DB 2E 61 0 E 10F 5E 2C
Octal 166 7 333 56 141 0 16 417 136 54
Binary 1110110 111 11011011 101110 1100001 0 1110 100001111 1011110 101100

Color Harmonies of #7607DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607DB

Black with #7607DB

Text Example


Text Example

White with #7607DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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