Html Css Color HEX #7606BB Dark Violet

📋 copy color: '#7606BB'

red 118 ◦ green 6 ◦ blue 187

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

Shades of Dark Violet #7606BB

Tints of Dark Violet #7606BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 37.94%
G = 1.93%
B = 60.13%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7606BB (or 0x7606BB) is known color: Dark Violet. HEX triplet: 76, 06 and BB. RGB value is (118,6,187). Sum of RGB (Red+Green+Blue) = 118+6+187=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #7606BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7606BB is #89F944. Grayscale: #3B3B3B. Windows color (decimal): -9042245 or 12256886. OLE color: 12256886.

HSL color Cylindrical-coordinate representation of color #7606BB: hue angle of 277.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7606BB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 6 187 -
CMYK 0.37 0.97 0 0.27
HSL 277.13º 0.94% 0.38% -
HSV(B) 277.13º 0.97% 0.73% -
XYZ 16.51 7.57 47.6 -
YUV 60.12 199.61 169.28 -
System Red Green Blue C M Y K H S L
Decimal 118 6 187 0.37 0.97 0 0.27 277.13 0.94 0.38
Hex 76 6 BB 25 61 0 1B 115 5E 26
Octal 166 6 273 45 141 0 33 425 136 46
Binary 1110110 110 10111011 100101 1100001 0 11011 100010101 1011110 100110

Color Harmonies of #7606BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7606BB

Black with #7606BB

Text Example


Text Example

White with #7606BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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